Project / Support Center
Welcome, %1$s. Please login or register. March 19, 2024, 11:41: AM
Web Global Net Web Application & Web Development Project Center  |  Technical Issues  |  php related  |  : php back button 0 and 1 Guest are viewing this topic. « previous next »
: [1]
: php back button  ( 4976 )
admin
Administrator
******


: 239


« : October 01, 2019, 04:41: PM »


<?php
  $url = htmlspecialchars($_SERVER['HTTP_REFERER']);
  echo "<a href='$url' class='SBAButton2'>Back[/url]";
?>

normally you'd use " " in the class declaration but in this case use '  ' instead


You can also use

<input type="button" value="Go Back From Whence You Came!" onclick="history.back(-1)" />
« : October 01, 2019, 04:44: PM admin »  

The Unknown Webmaster
: [1]  
Web Global Net Web Application & Web Development Project Center  |  Technical Issues  |  php related  |  : php back button « previous next »
:  


Powered by MySQL Powered by PHP Valid XHTML 1.0! Valid CSS!
Sorry, the copyright must be in the template.
Please notify this forum's administrator that this site is missing the copyright message for SMF so they can rectify the situation. Display of copyright is a legal requirement. For more information on this please visit the Simple Machines website.