Consider the structure
C:\firstFile.ph p
C:\add\secondFi le.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
C:\firstFile.ph p
C:\add\secondFi le.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
Comment