RE: [PHP-DB] array from html form

2001-10-05 Thread Charles Butler
For one, why are you redefining the array 3 times in that script? ... I'm trying to follow here... and its not making sense. -Original Message- From: Larry Linthicum [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 12:14 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] array from html

[PHP-DB] RE: [PHP-WIN] Setting up MySQL for PHP

2001-10-04 Thread Charles Butler
): That will test to see if you can connect to the host. Simple :) For more information, either read the MySQL documentation along with the PHP documentation, or check out devshed's tutorials. -- Charles Butler [EMAIL PROTECTED] Research and Development American Telanet Corp. -- PHP Dat

[PHP-DB] Re:[3] [PHP-DB] MSSQL error codes :/

2001-10-01 Thread Charles Butler
Great sounds like a winner :) "Frank M. Kromann" <[EMAIL PROTECTED]> wrote on 10/1/2001 2:32:27 PM: > >Hi Charles, > >I useally disable all magic quotes in php.ini and handle everyting in my scripts. >This way I only get single quotes when I need them and I dont have to do a stripslashes() ! >

[PHP-DB] MSSQL error codes :/

2001-10-01 Thread Charles Butler
I'm getting funky error codes, even with doing addslashes($variable); but its not escaping the 's, I have even resorted to str_replace() and still nothing below is error output. Warning: MS SQL message: Line 1: Incorrect syntax near 'b'. (severity 15) in \jtron\home\admin\functions.php on l