Is it possible once i have used an IF ELSE statement can i then make it link to a different page?
e.g.
if (!empty($_REQUEST['contact'])) {
$contact = stripslashes($_REQUEST['contact']);
} else {
$contact = Null;
echo '<p><font color="red"><b>You did not enter your Contact Name!</b></font></p>';
}
instead of it displaying a simple message syaing you did not enter..... can it be linked to another page where the error message is shown?
I have tried using a link function e.g.
link("
e.g.
if (!empty($_REQUEST['contact'])) {
$contact = stripslashes($_REQUEST['contact']);
} else {
$contact = Null;
echo '<p><font color="red"><b>You did not enter your Contact Name!</b></font></p>';
}
instead of it displaying a simple message syaing you did not enter..... can it be linked to another page where the error message is shown?
I have tried using a link function e.g.
link("