[PHP-DB] Forms error in a catalog by Greenspan & Bulger

2001-11-02 Thread Darren
Greetings All! I am working on making a catalog from the example used in "MySQL/PHP Databases Applications" by Jay Greenspan andBrad Bulger. I am using php3 on the remote unix server. I had to remain all the php files and there references in the documents from .php to .php3. I am editing t

Re: [PHP-DB] Forms error in a catalog by Greenspan & Bulger

2001-11-03 Thread p.whiter
ovember 03, 2001 8:49 AM Subject: [PHP-DB] Forms error in a catalog by Greenspan & Bulger : Greetings All! : : I am working on making a catalog from the example used in "MySQL/PHP : Databases Applications" by Jay Greenspan andBrad Bulger. I am using : php3 on the remote unix server.

Re: [PHP-DB] Forms error in a catalog by Greenspan & Bulger

2001-11-03 Thread Darren
gure out without going through > the entire script where your error is. > > HTH > Paul > > - Original Message - > From: "Darren" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, November 03, 2001 8:49 AM > Subject: [PHP-DB

Re: [PHP-DB] Forms error in a catalog by Greenspan & Bulger

2001-11-03 Thread Darren
Thanks for the help on the free editors. Line 31 is blank The section is as follows: // string start_form ([string action [, array attributes]]) // This function returns an HTML tag. If the first argument // is empty, the value of the global Apache variable SCRIPT_NAME // is used for the 'act

Re: [PHP-DB] Forms error in a catalog by Greenspan & Bulger (sorry line 33)

2001-11-03 Thread Darren
Sorry for the last post it is line 33 As follows // string start_form ([string action [, array attributes]]) // This function returns an HTML tag. If the first argument // is empty, the value of the global Apache variable SCRIPT_NAME // is used for the 'action' attribute of the tag. Other //