Free Web Hosting Forum
Go Back   Free Web Hosting Forum > Website Building > Web Programming
Reload this Page Parse error: syntax error, unexpected ';'
Reply
 
Thread Tools Display Modes
(#1 (permalink))
Old
Junior Member
Soffi is on a distinguished road
 
Posts: 4
Join Date: Jul 2012
Exclamation Parse error: syntax error, unexpected ';' - 07-24-2012, 08:18 PM

So I don't know what I did but look:
www.issisia.tk
why does it says that, how do I fix ?

Sorry for the stupid question, I pretty new here

Last edited by d3iti; 07-24-2012 at 08:28 PM. Reason: Title modified. The title does not meet the forum rules
Reply With Quote
Sponsored Links
(#2 (permalink))
Old
Junior Member
jm3456 is on a distinguished road
 
Posts: 28
Join Date: Jul 2012
Default 07-24-2012, 08:25 PM

Looks like you have an extra ; (semicolon) in your code. Try to remove it.
Reply With Quote
(#3 (permalink))
Old
Doug Lochert's Avatar
Senior Member
Doug Lochert has a reputation beyond reputeDoug Lochert has a reputation beyond reputeDoug Lochert has a reputation beyond reputeDoug Lochert has a reputation beyond reputeDoug Lochert has a reputation beyond reputeDoug Lochert has a reputation beyond reputeDoug Lochert has a reputation beyond reputeDoug Lochert has a reputation beyond reputeDoug Lochert has a reputation beyond reputeDoug Lochert has a reputation beyond reputeDoug Lochert has a reputation beyond repute
 
Posts: 416
Join Date: Jun 2012
Default 07-24-2012, 10:14 PM

You either have an unexpected semi-colon ( ; ) in your PHP encoded string ( as stated above ) or you have a string of PHP code that is not encapsulated within PHP tags.

All PHP encoded strings MUST be encapsulated (enclosed within) PHP tags...
EXAMPLE:

<?php <--opening PHP tag
$php = PHP encoded string; <--sample PHP encoded string
$php2 = another PHP encoded string; <--notice the semi-colon closing each string
?> <--closing PHP tag

If you read the error more closely, you should see a line number that the error occurs on. That line should be proceeded with PHP opening tags.




Last edited by Doug Lochert; 07-24-2012 at 10:20 PM. Reason: Removed mistaken forum smilee
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.5.2
vBulletin Skin developed by: vBStyles.com