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
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
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