|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have a form on a secure page. This form posts to a ASP page that after databaseing all the info needs to pass the information on to a PHP mailer form I made. The mailer Form works well, I have tested it thouroly. My problem is passing to information on between the ASP page and the PHP page.
Any suggestions besides the people who are going to suggest I talk to an ASP programmer? ------------------ Ian LeBlanc Fellow PHP programmer |
|
#2
|
|||
|
|||
|
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?) |
|
#3
|
|||
|
|||
|
Thank you. I will try this.
(p.s. yes I now almost hate useing ASP now that I am getting better at PHP) ------------------ Ian LeBlanc Fellow PHP programmer |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > PHP Development > HTTP_POST_VARS ???? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|