Tutorial?
Posted: Thu Sep 18, 2003 8:16 pm
I'm playing with PHP and MySQL and have learnt some basics, but am looking to increase my knowledge.
I have designed a database in MySQL and want to design the front end with PHP. I want to have a local contact database where on initial load it opens the default record, then with some navigation buttons, the user will be able to go to the next and previous records etc.
Now I can populate tables in a general way and I can specifiy with the sql to only show the first record, but I'm trying to integrate the html and php so that I can have it set out in a way where it has the following structure:
FirstName: Frank LastName: Barns
Telephone: 1234 5678 Etc: etc
So essentially, I want the html to print out the field lables and then get PHP to put the relevant details in the right spots.
Are there any tutorials out there which will guide me a little bit more in this direction? Or can anyone here offer any advice on what path I can take?
I have designed a database in MySQL and want to design the front end with PHP. I want to have a local contact database where on initial load it opens the default record, then with some navigation buttons, the user will be able to go to the next and previous records etc.
Now I can populate tables in a general way and I can specifiy with the sql to only show the first record, but I'm trying to integrate the html and php so that I can have it set out in a way where it has the following structure:
FirstName: Frank LastName: Barns
Telephone: 1234 5678 Etc: etc
So essentially, I want the html to print out the field lables and then get PHP to put the relevant details in the right spots.
Are there any tutorials out there which will guide me a little bit more in this direction? Or can anyone here offer any advice on what path I can take?