1. Running my own php code (xy1.php )where normaly the article content is shown. (i have seen there is replacement tag)
2. if the result of my xy1.php is shown it must be possible to send now form inputs to my second xy2.php
Thanks a lot...
Jörg

Code: Select all
if($_POST['submit'] == "Submit Button Value) {
// do whatever you want with the data
} else {
// display the forms
}