web2000 Posted May 22, 2007 Share Posted May 22, 2007 I have the following code: $xml_output .= "\t\t<location>http://pjs.com/" . $row['beat'] . "</location>\n"; I get an error with it though, and it seems to be at this part <location>http://pjs.com/" As soon as i type in the // after the http: it all goes wrong, is there a release character needed maybe for the // Quote Link to comment https://forums.phpfreaks.com/topic/52536-xml-output/ Share on other sites More sharing options...
web2000 Posted May 22, 2007 Author Share Posted May 22, 2007 Can anyone help? Is it something like /n?? Quote Link to comment https://forums.phpfreaks.com/topic/52536-xml-output/#findComment-259265 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.