|
From: Jeremy W. <je...@ma...> - 2003-08-06 13:14:46
|
The dynapi.util.ioelement-postresponse.php example script will not work with PHP versions > 4.2.0 because register globals are turned off by default. It would probably be useful to add extract($_POST); before the echo in that file. I mention this because I spent about an hour tracing through the rest of the code trying to figure out why the variables weren't getting passed between php and javascript, only to discover that they were. The simplest explanation is usually the correct one I guess. Jeremy |