Re: [PHP-DB] Math and mySQL

2004-12-31 Thread Ron Piggott
Do you have the actual syntax for the SELECT command to retreive the last record? Ron - Original Message - From: Bastien Koert <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Thursday, December 30, 2004 10:53 AM Subject: RE: [PHP-DB] Math and mySQL > see intersperesed comments > > b

Re: [PHP-DB] Help in learning PHP and MySQL

2004-12-31 Thread Novice Learner
Janet and Peter, Thank you for your help. It worked and I was able to populate the database through the next script that was in the book. I am on my way to learning PHP and MySQL. I hope it also works on my web hosting servers in a few days time. Thank you again. My New Year is starting in a

RE: [PHP-DB] Help in learning PHP and MySQL

2004-12-31 Thread Peter Lovatt
Hi from php 5 onwards mysql is not enabled by default http://www.php.net/manual/en/ref.mysql.php Note: Windows users will need to enable php_mysql.dll inside of php.ini and either copy libmysql.dll into the Windows system directory, or make it available to the PATH. from memory... (To enab