MasterACE14 Posted June 29, 2007 Share Posted June 29, 2007 I have a echo statement which has a hyperlink within it, and I am getting an error, I believe the hyper link is the problem with the double qoutes. echo("<h4>You have <b>Not</b> purchased Supporter Status for your Shadow Lords Account.<br> you can return to Shadow Lords <a href="www.crikeygames.com.au/shadowlords">here</a>.</h4>"); The error I am receiving is: Parse error: syntax error, unexpected T_STRING in /home/ace/public_html/shadowlords/complete.php on line 143 which is pointing to the echo statement. Regards ACE Quote Link to comment https://forums.phpfreaks.com/topic/57687-solved-echo-help/ Share on other sites More sharing options...
suma237 Posted June 29, 2007 Share Posted June 29, 2007 try this echo('<h4>You have <b>Not</b> purchased Supporter Status for your Shadow Lords Account.<br> you can return to Shadow Lords <a href="www.crikeygames.com.au/shadowlords">here</a>.</h4>'); Quote Link to comment https://forums.phpfreaks.com/topic/57687-solved-echo-help/#findComment-285616 Share on other sites More sharing options...
MasterACE14 Posted June 29, 2007 Author Share Posted June 29, 2007 it works Thanks Man. Regards ACE Quote Link to comment https://forums.phpfreaks.com/topic/57687-solved-echo-help/#findComment-285619 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.