hi all,
Im trying to add a "title" to a switch case statement below, but for some reason im unable to complete, what I thought was a simple task.
Hope someone can help and explaine the reasons why
cheers, Lloyd
switch($ad)
{
case "add1.gif";
header("Location: http://www.google.co.uk");
break;
case "add2.gif";
header("Location: http://www.youtube.com");
break;