hi,
I'm real new to PHP but very eager to learn it (just to explain my stupid question ;-)).
I'm trying to get the value of a variable into the next php page, without using get or post, but I can't find the solution.
Anyone a suggestion how I can do this.
We had a PHP programmer @ work overhere who has made some Oracle export scripts, which individually exports a table within Oracle.
I have to get these scripts to work after one and each other, but can't put those all in one script because I will get a timeout.
Therefor I made a redirect in each script using javascript, but at the end I redirect to a page in which it should echo which exports have been done correctly and which not.
Thnx in advance for your help