- Forums
- PHP
- Parse error: parse error, unexpected ';' in on line 393
This Page Contains information about Parse error: parse error, unexpected ';' in on line 393 By wallpaperama in category PHP with 0 Replies. [1077], Last Updated: Sat May 18, 2024
wallpaperama
Sat Feb 09, 2008
0 Comments
254 Visits
i was getting this error, and i figure out what i was doing wrong this is the php code i had:
echo '<a href="'.pages_url_mod($myrow['page_url'],$config['site_url'].'"
now i changed it to this:
echo '<a href="'.pages_url_mod($myrow['page_url'],$config['site_url']).'"
can you tell the differences?