Re: [PHP-DB] Forms and PHP

2001-04-17 Thread JD Daniels
ields is or: echo $HTTP_POST_VARS[]; If This works, you need to change the track_vars in php.ini JD Daniels -Original Message- From: JD Daniels Sent: Sunday, April 15, 2001 7:44 PM Subject: [PHP-DB] Forms and PHP >From [EMAIL PROTECTED] Sun Apr 15 19:34:23 2001 Return-Path

Re: [PHP-DB] Forms and PHP

2001-04-15 Thread CC Zona
In article <005201c0c61d$bd2bf620$97fe013d@piii500>, [EMAIL PROTECTED] ("CK Raju") wrote: > I am unsuccessful in attempting to have the FORM work with POST method, while > there is a with alongwith other variables that I am > accepting directly from text fields. > > Its something like this

[PHP-DB] Forms and PHP

2001-04-15 Thread CK Raju
I am using PHP4.0.0 on Mysql3.23.31 on a RH6.2(kernel2.4). I am unsuccessful in attempting to have the FORM work with POST method, while there is a with alongwith other variables that I am accepting directly from text fields. Its something like this $tablefield ?> My problem starts he