This is a discussion on unexpected $end within the PHP Language forums, part of the PHP Programming Forums category; OK, what the heck does that mean? all the rest of my code is right, but I get a parse ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Look for a "{" which isn't closed
"Michael Bradley-Robbins" <michael@bradley-robbins.net> wrote in message news:11641ee23elgl7f@corp.supernews.com... > OK, what the heck does that mean? all the rest of my code is right, but I > get a parse error saying unexpected $end. What gives? > > |
|
|||
|
Michael Bradley-Robbins wrote:
> OK, what the heck does that mean? all the rest of my code is right, but I > get a parse error saying unexpected $end. What gives? http://groups.google.com/groups?selm...ews.euronet.nl -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/ |
|
|||
|
Michael Bradley-Robbins wrote:
> OK, what the heck does that mean? all the rest of my code is right, but I > get a parse error saying unexpected $end. What gives? All the rest of your code is right, apart from the bit that contains the error. -- phil [dot] ronan @ virgin [dot] net http://vzone.virgin.net/phil.ronan/ |
|
|||
|
thanks, i fixed it. dadgum function...
"Michael Bradley-Robbins" <michael@bradley-robbins.net> wrote in message news:11641ee23elgl7f@corp.supernews.com... > OK, what the heck does that mean? all the rest of my code is right, but I > get a parse error saying unexpected $end. What gives? > |