Hi guys/gals,
I am using Flash/PHP/XML to set up a dynamic scoreboard system. The .swf grabs data from the XML file. There is an admin .swf that the user at the game changes and submits to PHP. The problem I am having is in the PHP. I get:
Parse error: parse error in updatescore.php on line 12
edited:
I'm just kind of dumb anyway because I never had Register Globals set to ON within my test server and nothing worked. Now it's ALL good. Thanks for the escape tip.
parse error on line 12 - using fwrite to replace XML file
Moderator: General Moderators
parse error on line 12 - using fwrite to replace XML file
Last edited by Storm on Tue Feb 01, 2005 4:58 pm, edited 2 times in total.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
you are trying to add double quotes to a double quoted string, this isn't possible without escaping them.:
Code: Select all
$blah = "to show a "shape" of a circle you...";