|
Posted by NC on 04/05/06 19:10
Ozz wrote:
>
> how does PHP handle data between different pages.
However you instruct it to. You can transmit data explicitly via GET
or POST, save it in sessions or cookies, or store it in files or
databases server-side.
> Lets say I submitt data to a php page. How will this data
> be available to other php pages in sub folders?
It won't be, unless you take steps to ensure that it will (sessions,
cookies, files, databases, etc.)
Cheers,
NC
Navigation:
[Reply to this message]
|