[S] Variables and carrying them trough several php scripts
Posted: Sun Jan 25, 2004 8:52 am
PROBLEM
1) If I declare variables in 1.php - that's the script to which I submit the form, and start another 2.php script trough Header - command, are the variables entered in the 1.php still functional in the 2.php or do I need to declare them again, and if possible the code for that (3 Variables, no more), 2.php will query the database
Thanks ahead
1) If I declare variables in 1.php - that's the script to which I submit the form, and start another 2.php script trough Header - command, are the variables entered in the 1.php still functional in the 2.php or do I need to declare them again, and if possible the code for that (3 Variables, no more), 2.php will query the database
Thanks ahead