My A.php posts to B.php and then B.php after running some if statements decides if is gonan give control to c.php d.php e.php or f.php. The problem is how am i going to repost the vars from B.php (that has get the vlaues from A.php) to the other php scripts?
I uses include 'B.php' to the other scripts but they just wont get the vars!!!!
Any ideas?