newb Posted July 1, 2009 Share Posted July 1, 2009 apparently i suck at syntax so i need some further assistance. the code im trying to get is $base_url = 'http://$base_url.mysite.com/'; but it keeps giving off an syntax errors '$base_url = \''.http://'.$base_url.'.mysite.com/'."';'."\n\n".' please fix, thanks. Link to comment https://forums.phpfreaks.com/topic/164346-solved-syntax-help/ Share on other sites More sharing options...
abdfahim Posted July 1, 2009 Share Posted July 1, 2009 I dont see any error in the following $base_url = "http://".$base_url.".mysite.com/"; Link to comment https://forums.phpfreaks.com/topic/164346-solved-syntax-help/#findComment-866940 Share on other sites More sharing options...
newb Posted July 1, 2009 Author Share Posted July 1, 2009 thx Link to comment https://forums.phpfreaks.com/topic/164346-solved-syntax-help/#findComment-866943 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.