I am modifying some scripts I have already written to port to a new site on a new machine.
However when passing variables appended to the URL between one page and another the variables are not recognised by the receiving page. (error is 'undefined variable')
This works fine on the old site but errors on the new installation.
Is this some sort of environmental setting in php.ini.
I think old site is PHP 4 and new site is PHP 5.
Any ideas what's wrong?
thanks,
Andy.
However when passing variables appended to the URL between one page and another the variables are not recognised by the receiving page. (error is 'undefined variable')
This works fine on the old site but errors on the new installation.
Is this some sort of environmental setting in php.ini.
I think old site is PHP 4 and new site is PHP 5.
Any ideas what's wrong?
thanks,
Andy.