PDA

View Full Version : Hmm..can someone help me with this?



PyschoPath
February 17th, 2002, 20:25
http://dbgtx.host.sk/home.php Hmm...why do I get that error? :-(

It's odd, it has never happened before (this is a placemaker page, BTW :-()

wm2k1
February 17th, 2002, 20:35
you may have the wrong path to the file u want to include in the page

PyschoPath
February 17th, 2002, 20:39
<*?php include ("$gtx.html"); ?*> w/o the *, of course. Is that right?

Canuckkev
February 17th, 2002, 21:26
Looks like $gtx is null, so it is trying to open the file ".html".

keith
February 18th, 2002, 01:48
yep:
http://dbgtx.host.sk/home.php?gtx=hohum

now it tries to open hohum.html

doesn't look like you've specified a default file

PyschoPath
February 18th, 2002, 04:11
I've fixed it, but now it's just being plain annoying, http://dbgtx.host.sk/home.php?gtx=news The damn text isn't aligned at the top...

Kaliber
February 18th, 2002, 04:56
<?php
$gtx .= ".html"
include ("$gtx");
?>

Try that..