Would anybody happen to have an example of passing a string via a query sting to a PHP file and have to PHP output to an XML file the format of the query string is
?USERNAME;string
?
Printable View
Would anybody happen to have an example of passing a string via a query sting to a PHP file and have to PHP output to an XML file the format of the query string is
?USERNAME;string
?
You need to use the format:
http://www.examples/com/?var1=value1&var2=vlaue2
As for the XML, which version of PHP are you using?