On Friday 04 April 2003 12:23 pm, Ford, Mike [LSS] wrote:
> > -----Original Message-----
> > From: Centras [mailto:[EMAIL PROTECTED]
> > Sent: 04 April 2003 18:58
> Well, that's a fairly braindead suggestion for two reasons:
>
> (1) If he needs $_POST['applicant'], then he'll need $_POST['submit'] too.
> (2) If $_POST['submit'] isn't set, how (or maybe why) in the world did he
> get into this script anyway?
>
> My final shot would be -- which version of PHP are you running? If it's
> earlier than 4.1 (unlikely, I know, but...), then you'll need to do
> $HTTP_POST_VARS['applicant'] instead of $_POST['applicant'].

Hi Mike, Well I got into this script from the book "professional php 
programming" 

To answer your other question, according to phpinfo() im running php version 
4.3.1. Plus, I already tried the HTTP_POST_VARS and got the same results.

Im beginning to think it has something to do with my PHP setup on my box. I've 
also took into consideration my browser returning the result in white, which 
would blend in with the broswers background, but thats not the case either.

I guess it wouldn't hurt to try what centras suggested. I'll report back on 
whether that worked or not.
-- 
David M.
Edification Web Solutions
http://www.edificationweb.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to