can you tell me why i m getting this error on my php script that i am making. i have web hosting with www.webune.com and i don't know why i am getting this error, does it have to do with the server or is it me?
Share:
BBCODE:
HTML Code:
Thu Jun 07, 2007 11:20 am
1
hostman
Reply #1642
can you give show me the previous and next 10 lines of your script so i can troubleshoot it...
Thu Jun 07, 2007 11:22 am
2
maco
Reply #1643
this is how it looks like:
$pagtitle = 'this is my page title'
echo $pagtitle;
if($mac == true) { return false;}
Thu Jun 07, 2007 11:24 am
3
hostman
Reply #1644
can you see the problem...
look at the line where it says:
$pagtitle = 'this is my page title'
you need to end your line with a semicolon (;)
so your line should look like this:
$pagtitle = 'this is my page title';
its not the server or the service. webune is known to have a really good service.