I am learning php and would like to know how to display the information I
already have in a mysql database in a homepage...  is there is any script,
I would like to know it.

There are excellent tutorials online, to get started with mysql and php, and for a beginners book I can recommend the PHP4 bible.http://www.amazon.com/exec/obidos/ASIN/076454716X/104-5613924-8798305


The only caveat is that php version 4.10 changed the way form values and URL values are passed on to the next page, so get a read on $_POST for forms and $_GET for variables in the URL.. All available with simple searches on searchengines!


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to