> I have a different host I use for my sites, this is one I took over,
and
> they insist I use this hosting company, friend of an owner.  Have been
> trying to get to switch but wont.  So any ideas on how can get this to
> work, no text coming in email
> 
> When I print_r($_POST) ((((what does that do?)))
> I get

$_POST doesn't exist in PHP 3. Use $HTTP_POST_VARS. Also check your
settings of track_vars and register_globals in PHP.ini (or your
phpinfo() page). Check the manual on what each of those settings mean
and how they affect your script, too.

http://www.php.net/manual/en/configuration.php

---John Holmes...


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

Reply via email to