This is what it would have to look like in php:
PHP Code:
<?PHP
if ($_GET['ls']=="contact")
{
echo"<p>Thank you for your interest ..... response info number one.</p>";
}
elseif($_GET['ls']=="signup")
{
echo"<p>Thank you for your interest ..... response info number two.</p>";
}
elseif( $_GET['ls']=="jobs" )
{
echo"<p>Thank you for your interest ..... response info number three.</p>";
}
?>
If you used the Post method in you form it has to be $_POST['ls'] instead of $_GET['ls']!
I'm sorry but I don't know any DVD courses in English ...
Bookmarks