I have a simple security script that I cant get to work. Here is the code:
Code: Select all
<?php
$pageID= $_GET['pageID'];
if($pageID == ' ') {
header("Location: join.php");
}
echo $pageID
?>What is wrong with my code?
As always, Thanks in advance
Batoe
The path ahead has many obstacles and tribulations, but also success! The unknown Optimist