|
||||||
| PHP Tutorials PHP Tutorials |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
Creating a connection between PHP and MySQL is fairly simple. PHP provides all of the functions you need to connect and extract data.
Before we begin have a database setup in MySQL and know the username, password and name of the database. Create a table and add some default values into it. Remember the name of this table. 1) To connect to MySQL you really only need a few variables. To start, open notepad and add these lines: PHP Code:
2) Now we will connect to MySQL using the variables above: PHP Code:
3) Lets pull some data out of our DB. You should have the table name as stated above and I named mine tbl_tutorial so replace this with your table name. We now need to build a query PHP Code:
PHP Code:
5) Display our results PHP Code:
6) Close our connection PHP Code:
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages! |
| Sponsored Links |
|
|
|
|||
|
this code looks good, i think it is what i need. i have followed your previous tutorial, but i did not know how to use the console.... i do not know about the binary settings ...
Quote:
|
|
|||||
|
Get a book, or try W3Schools Online Web Tutorials for tutorials. MySQL :: MySQL Documentation and PHP: Hypertext Preprocessor provide the documentation.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| John's Java Tutorial Index | John | Java Tutorials | 0 | 01-11-2007 04:05 PM |
| MySQL Resources | dirkfirst | Database & Database Programming | 1 | 05-25-2006 03:31 AM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 97%