Click to See Complete Forum and Search --> : How To Store The Datas In Database Using Php Codes


bang_iti08
08-01-2008, 04:09 AM
Hai everybody,plz help how to store the data in the database using php codes and also how to fetch and display the data in the database.

maveruk
08-01-2008, 07:03 AM
Hai everybody,plz help how to store the data in the database using php codes and also how to fetch and display the data in the database.

Hi, I'd recommend reading this: http://www.php-mysql-tutorial.com/

It gives you a basic understanding of PHP, MySQL databases, setting up databases, connecting to databases, writing to databases, getting info from databases, etc..

I found it useful when I was first learning PHP many moons ago.