Alright im using php-nuke and i have 2 forms that use the same apply.php file to send the information to the email..so i was wondering if you guys knew how to make one read a second appy file like apply2.php or something like that.
Quick question
modify one of the forms to go to apply2.php instead of apply.php?
Yeah buts the thing im not sure how to do that lol, in the index.php i cant find where its reading apply.php
You should have a line like this
<form action="apply.php" method="POST">
and you would change apply.php to apply2.php or whatever. Method may be "GET".
Blu