gopher292
06-13-2005, 09:51 PM
Hello,
I'm getting an error message when I execute a php script:
Parse error: syntax error, unexpected T_VARIABLE in C:\Documents and Settings\All Users\Documents\seo\tools\linkquality.php on line 12
Line 12 reads:
$page = "http://rankwhere.com/google-page-rank.php?url=www." . $target;
The contents of $target are:
grandcountyweddings.com/Default.aspx?tabid=67
What is causing the error message?
Thank you.
I'm getting an error message when I execute a php script:
Parse error: syntax error, unexpected T_VARIABLE in C:\Documents and Settings\All Users\Documents\seo\tools\linkquality.php on line 12
Line 12 reads:
$page = "http://rankwhere.com/google-page-rank.php?url=www." . $target;
The contents of $target are:
grandcountyweddings.com/Default.aspx?tabid=67
What is causing the error message?
Thank you.