rbren90
06-08-2006, 07:32 PM
Hi, I know I seem to ask a lot of questions about php but im sorry, im trying to learn as I go along so anyway...
When you have a form to submit, u have <form method="post" action="wotever"> and the action would maybe be a php script to email the contents of the form or something like that. Well I am wondering if it is possible to recreate the 'action="wotever"> in a php script. in other words, can I make a form to email the contents to me, and then pass the info to an external page. So can you have action="script.php", then script.php emails the form contents to me, and then does another action="external action">. So like having two 'actions'?
Sorry about the poor explanation, its difficult to explain what i meen, but if anyone understands, help would be great!
Thanks
Ryan
When you have a form to submit, u have <form method="post" action="wotever"> and the action would maybe be a php script to email the contents of the form or something like that. Well I am wondering if it is possible to recreate the 'action="wotever"> in a php script. in other words, can I make a form to email the contents to me, and then pass the info to an external page. So can you have action="script.php", then script.php emails the form contents to me, and then does another action="external action">. So like having two 'actions'?
Sorry about the poor explanation, its difficult to explain what i meen, but if anyone understands, help would be great!
Thanks
Ryan