<newbie />
I'm working on passing variables between consecutive pages via forms and urls.
For some unknown reason my locally installed copy of PHP won't retain or acknowledge any variables passed between pages using either method.
The same pages work perfectly when tried online, just not locally.
The php parser is certainly kicking in as other basic functions (print, include, …) as well as variables set earlier within a document are all working fine.
Any ideas what the problem could be?
While this problem persists I can't really test pages locally, which was the point of installing PHP in the first place.
TIA