Membership
Main Menu
Forum Boards
Stats
- 20 tutorials
- 74,813 members
- 734,857 forum posts
- 13 blog posts
Tutorials
PHP Basic Database Handling
by Crayon Violent on Jun 20, 2008 2:06:06 PM
Views: 67587
The Setup
For this tutorial, we are using MySQL as the database. You need to create a table called "info" with 2 columns: "id" type int auto_increment and "name" type varchar(20).
For your convenience I have include a query string to make it. Go to your phpmyadmin or whatever and run it. If you are scratching your head wondering what all this means, then this tutorial isn't really for you. Go read up on how to mess around with your database directly (or at least through something like phpmyadmin) and then come back.
Comments
1. fearlex on Jun 27, 2008 3:54:27 PM
2. peteschulte on Jul 23, 2008 6:36:06 PM
3. Crayon Violent on Jul 26, 2008 3:02:30 PM
4. deepshah on Aug 11, 2008 2:05:41 AM
5. ma2tt on Aug 16, 2008 10:29:59 AM
6. mahender on Nov 24, 2008 4:06:02 AM
Login or register to post a comment.
