hi!
is there a script like
if( isset($_POST["db2_submit"]) ) process_step2();
but instead the button i need the simply link with similar function!
any suggestion?
thanx in advance
Currently you pass the variable initiating the second step by a html form. To do this with a link you just need to append "db2_submit" to your script and request it (/myscript.php?db2_submit=1).
Bookmarks