ShaolinF Posted October 15, 2007 Share Posted October 15, 2007 Hi Guys, What I want to do is when a page loads I want my scripts to excute/finish and once that is done, I want to display a button that will tell the user to continue. How can I do this ? Link to comment https://forums.phpfreaks.com/topic/73364-processing/ Share on other sites More sharing options...
darkfreaks Posted October 15, 2007 Share Posted October 15, 2007 <?php if (!$submit) { print "Sorry But the form wasnt submitted";} else { print "<input type=submit value=continue name=continue onclick=index.php>";}?> Link to comment https://forums.phpfreaks.com/topic/73364-processing/#findComment-370133 Share on other sites More sharing options...
tommyda Posted October 15, 2007 Share Posted October 15, 2007 Pretty simple at the end of your code put something like Include"button.php"; OR echo "<a href='nextpage.php'><img src'button.jpg'></a>"; ?> Link to comment https://forums.phpfreaks.com/topic/73364-processing/#findComment-370137 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.