csite
02-05-2007, 10:03 PM
I just signed up and started to get my database/vbulleitn community online.
I have a big problem. For some reason all my PHP files are not working and NOT outputting any errors - so I have no idea whats wrong.
Basically, I have a file called test.php... Everything at the beginning and end of test.php is shown online.
WHen I do this:
if($p=="page1") {
echo("PAGE ONE!!!");
}
it shows nothing.. When I go to test.php?p=page1 it shows everything outside the statement, but nothing inside the statement.
Im sure this is an easy fix and probably just in a config file somewheres - but Im a noob - Can anyone push me in the right direction?
Thanks a million.
I have a big problem. For some reason all my PHP files are not working and NOT outputting any errors - so I have no idea whats wrong.
Basically, I have a file called test.php... Everything at the beginning and end of test.php is shown online.
WHen I do this:
if($p=="page1") {
echo("PAGE ONE!!!");
}
it shows nothing.. When I go to test.php?p=page1 it shows everything outside the statement, but nothing inside the statement.
Im sure this is an easy fix and probably just in a config file somewheres - but Im a noob - Can anyone push me in the right direction?
Thanks a million.