Hi Jeff,
The default build of PHP on Win32 is thread safe but it's only required if
you are using PHP with a multithreaded server. I Use PHP5 in a non threaded
configuration (CGI and CLI) on win32. You can download binaries at
http://kromann.info/php.php, or compile them.
There is two ways to fix
Jeb Barger wrote:
>
>
> I am have a hard time parsing a xml file from IIS box. What is the
> easiest way to parse a xml gotten from a url and parse the information
> into variables? Make Sense?
>
> Jeb
\n";
$xml = urldecode($_GET['xml_param']);
var_dump($xml);
/** PHP5 */
$sxe = simplexml_load_
Need libmcrypt.dll for Windows PHP 4.3.9. Can anyone send it to me?
Thanks
HarryG