Posted by usman.cs on 04/05/06 17:25
Consider the structure
C:\firstFile.php
C:\add\secondFile.inc.php
A user comes and postes some data to firstFile.php . Then the file does
a whole bunch of processing on the posted data. Now what should I do if
secondFile.inc.php wants the same posted data.
Is there anyway to make the posted data available to all the subfiles?
Thanks,
Usman
Navigation:
[Reply to this message]
|