Re: [PHP-WIN] php.ini cached?

2003-01-07 Thread David Barrett
Php.ini should not be in system32, it is in the correct place when in the Windows directory (i.e. c:\WIN_NT). Moving it to System32 will mean it is ignored. To get around the IIS problems, you could disable it and install Apache... I run Apache 2 and PHP 4 on Win2k Pro, and it is much better (IMO

[PHP-WIN] Addendum

2002-12-31 Thread David Barrett
Sorry about the split links in the previous post. The script in question is located at: http://www.redradish.co.uk/php/framesprocessor.php It uses these variables: $Frameset frameset page. This needs to be parsed and a static HTML page created. $Target (optional) full URL of page to be d

[PHP-WIN] Forwarding POST info from a PHP script

2002-12-31 Thread David Barrett
I want to be able to retrieve POST variable in one PHP script (which is straight-forward) and then send these from the script to another one returning the processed input. I have written a script that will parse a frames-based page and render it as a flat page (i.e. all frames displayed as a table