RE: [PHP-WIN] Form data not being submitted

2004-11-07 Thread Justin.Baiocchi
Actually , problem solved - turns out IIS was configured to use two different php installations on the server(?), one of which had a different php.ini file and so people who were handled by that 'installation' couldn't post data. Weird. -Original Message- From: Baiocchi, Justin (CSIRO IT,

Re: [PHP-WIN] Form data

2003-08-24 Thread la Sorour
you'll have to put this piece of code in the form your submitting to to grab your form variables: extract($_POST); extract($_GET); see this link: http://www.ithome.org/page.php?page=2 -- From: "Muhammad Imran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [PHP-WI

RE: [PHP-WIN] Form data

2003-08-22 Thread Svensson, B.A.T. \(HKG\)
Where do you have your HTML code for the FORM then? May one see it? -Original Message- From: Muhammad Imran To: [EMAIL PROTECTED] Sent: 22-8-03 4:56 Subject: [PHP-WIN] Form data How i can process my form data, my form contain just one text input field and .php code have to show it bu

RE: [PHP-WIN] Form data

2003-08-21 Thread John Ellingsworth
Muhammad You need to grab the variable first - register_globals is in safe mode, probably - so you should do this (you seem to be using an older, insecure method of doing it): Welcome ! Thanks, John Ellingsworth http://mail.med.upenn.edu/~jellings/ -Original Message- From: Muham