Web link in PHP
Posted: Wed Jul 02, 2008 12:09 pm
Hi all,
I have this source code, but i instead of the echo's command , I want to put a link to web page.
How can I do that?
SOURCE:
<?php
session_start();
if ($_POST[vercode] != $_SESSION[vercode] OR $_SESSION[vercode]=="") {
echo "<strong>Incorrect verification code.</strong><br>";
} else {
echo "<strong>correct verification code.</strong><br>";
};
?>
Thanks!
I have this source code, but i instead of the echo's command , I want to put a link to web page.
How can I do that?
SOURCE:
<?php
session_start();
if ($_POST[vercode] != $_SESSION[vercode] OR $_SESSION[vercode]=="") {
echo "<strong>Incorrect verification code.</strong><br>";
} else {
echo "<strong>correct verification code.</strong><br>";
};
?>
Thanks!