EdSchouten
30-05-2003, 00:06
Maybe I'm doing some work double here, but I've got a very simple script to make TS webpost work with php 4:
Add this on the second line:
if(phpversion() >= "4.2.0"){
extract($_POST);
}
Grtz,
EdSchouten
Add this on the second line:
if(phpversion() >= "4.2.0"){
extract($_POST);
}
Grtz,
EdSchouten