//Order error checking
if(totaqty == 0)
{
echo "<font color=red>";
echo "<p><strong>You did not order anything on the previous
echo "<a href=http://localhost, Return</a>";
}
Moderator: General Moderators
Code: Select all
<?php
echo '<a href="test_SERVER_var.php">Link zu file: test_SERVER_var.php</a>';
?>Code: Select all
<?php
echo '<a href="'.$_SERVER['HTTP_REFERER'].'">Back Link</a>';
echo '<br><br>';
echo '<pre>';
print_r($_SERVER);
echo '</pre>';
?>