PDA

View Full Version : PHP 4 fix


EdSchouten
30-05-2003, 01: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