Web resource

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
seriousdamage
Forum Commoner
Posts: 30
Joined: Sat Nov 27, 2004 10:18 am

Web resource

Post by seriousdamage »

Hi,
I have been looking everywhere on the internet for a good site that shows how to link forms to mysql scripts using php.

I habe begun to create my first database and I would like to add, delete, select, modify my data always using forms that you can then just submit.

I have found all the sql query but very little about how to use them with a form.

Does anyone have anything?

Thanks.
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Post by Jonah Bron »

If you don't know how to use MySQL, why not use XML? It's super duper easy.
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Post by Jonah Bron »

But if you're bent on MySQL, w3schools.com/php/php_mysql_intro.asp is good.

Admin Edit: URL Fixed.
Post Reply