Re: [PHP-DB] Problem with php/mysql and ISS on windows XPprofeesional

2003-06-03 Thread Adam Voigt
Put single quote's around name in your record array, example: Use: $record['name'] Instead Of: $record[name] On Mon, 2003-06-02 at 11:04, Ahmed Abdelaliem wrote: > here is the code i wrote > i didn't miss the $ sign > and it works fine on web > but returns the error message when i use it on l

Re: [PHP-DB] Problem with php/mysql and ISS on windows XPprofeesional

2003-06-03 Thread Cal Evans
quot;Ahmed Abdelaliem" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 9:59 AM Subject: Re: [PHP-DB] Problem with php/mysql and ISS on windows XPprofeesional > If your missing the dollar sign then add it, if your not, then > set error_reporting in you

Re: [PHP-DB] Problem with php/mysql and ISS on windows XPprofeesional

2003-06-03 Thread Adam Voigt
If your missing the dollar sign then add it, if your not, then set error_reporting in your php.ini to "E_ALL & ~E_NOTICE". On Mon, 2003-06-02 at 10:52, Cal Evans wrote: > Sounds like you left off a $ when using a variable. I would take a look at > line 158, find the variable name and make sure