PDA

View Full Version : what's wrong?


outlaw2k
12-28-2002, 07:49 PM
Is there something wrong with the page? because when I try to go to it the properties of the images changes /vbb to /vbb/vbb for some strange reason, I figured that there was something wrong with this page its called tes.php, Any ideas?

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<script language="php">
virtual("vbb/vbb/cgi-bin/vbbnews.cgi?ns_id=1");
</script>
</body>
</html>

Steven_Smith
12-28-2002, 09:40 PM
Try it like this?

<?


virtual("vbb/vbb/cgi-bin/vbbnews.cgi?ns_id=1");


?>


:confused:

Maybe 'virtual' is pointing to the wrong place?

Your post is prety vauge

Nightfire
12-28-2002, 10:36 PM
Your image paths are right, aren't they?

outlaw2k
12-29-2002, 12:39 AM
Hey steven thanks your code worked.