PHP and MySQL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tomsace
Forum Contributor
Posts: 167
Joined: Thu Jan 01, 2009 8:07 pm

PHP and MySQL

Post by tomsace »

Hi,

I know how to import data into a MySQL database, but now I want to know how to use it on my website.
For example I have imported a list of names into my database, first name, last name and middle name...
Now how do I load them on my site on a seperate page?

Say I had a link to a page with the name: 'John Smith' now when the user clicks it they are taken to a blank page with just John Smith's name...


Thanks.
Tom.
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Re: PHP and MySQL

Post by jayshields »

Have you read this http://uk2.php.net/mysql ?
Post Reply