View Single Post
Old 06-12-2003, 12:12 AM  
Validus
Confirmed User
 
Industry Role:
Join Date: Jul 2001
Location: Calgary, Canada
Posts: 4,012
PHP problem (simple stuff)

Alright, why is this not working? LOL, thank god I am not a programmer or I would be long out of a job.

It looks gooood to me... LOL... Any ideas?

PHP Code:

hahahahahaha hahahahahahahahahaha="refresh" content="5;URL=

<?PHP

$001 "http://www.yahoo.com/";
$
002 "http://www.ebay.com/";

if(!empty(
$_GET["scr"]))
 { switch(
$scr) {
    case 
"001":
        print 
"$001";
        break;
    case 
"002"
        print 
"$002";
        break;
    default:
        print(
"$line[9]");
        } } 
else { 
print(
"$line[9]");
}
?>

">
Validus is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote