
March 29th, 2000, 10:05 AM
|
|
Gödelian monster
|
|
Join Date: Jul 1999
Location: Central Florida, USA
|
|
|
If you are having a problem with the posted variables, the simplest way to pass data to a PHP page is in the URL, if all else fails. Just have the ASP page call the PHP page with the variables as part of the URL:
mailhandler.php?first_variable_name=value1&second_variable_name=value2
etc...
(Always glad to help a fellow PHP programmer. Doesn't ASP seem ugly after PHP?)
|