Hi everyone,
I'm curious as to how variables move in php. If a variable is created in a template then $_POST'ed back to the controller which then put's that variable in a file called $variable which is then sent to another template to display some info then sent back again to the controller for deletion.
Must I always re'$_POST my variables between .php files?
Thanks


Reply With Quote



Bookmarks