Giter VIP home page Giter VIP logo

easy-php-mysql's Introduction

Easy-PHP-MySQL

Info:

Easy-PHP-MySQL simplifies and shortens the process of multiple connections and queries with one or more MySQL databases in PHP.

Version: 1.01 (4/23/2012)

Contributors:

Coming Soon:

  • Better/more documentation
  • Better/more examples
  • More shortcode functions
  • More ways to connect to your database

Usage:

  1. Place db_connect.php on your server.

    2) Edit db_connect.php configurations by adding your database credentials. You may add as many or as few databases as you would like. The naming convention (not required) is "db1", "db2", "db3", etc...

    3) Done with configuration!

    4) Include db_connect.php in any file you wish to have database communication with. (For help including, view "example.php")

    5) Create a connection: $mydb = new Connection("db1"); (choose a variable that reflects what database you are using, I used "$mydb". Your database variable (what you used in db_connect.php) goes inside of the new Connection class).

    6) Create a statement: $getusers = $mydb->query("SELECT * FROM users");

    7) Done! Now you can do as you wish with your query using your variable (mine: $getusers). Check out example.php to see shortcodes.

Example:

Check out example.php for a working example.

easy-php-mysql's People

Contributors

gavin-lai avatar mattweider avatar diegosanjuan avatar mrinan avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.