RE: [PHP-WIN] Managing SQL errors in php pages

2001-04-20 Thread Matt Hopkins
Olivier, One way is simply to test for success and produce the appropriate error message if it doesn't work; $result = mysql_query ($query) or die ("appropriate error message"); Matt -Original Message- From: Olivier Botineau [mailto:[EMAIL PROTECTED]] Sent: 20 April 2001 13:46 To: P

RE: [PHP-WIN] Problem with Oracle

2001-02-01 Thread Matt Hopkins
If you haven't already done so try uncommenting the ;extension=php_oracle.dll in the Windows Extensions section of your php.ini file. Also I'd assume you would need to put the php_oracle.dll into a folder such as winnt\system32. Matt -Original Message- From: Bikes [mailto:[EMAIL PROTE