Here my stupid question. On my site, I use a different script for every page. EX: script.php send data to script2.php.. etc
I want to do script.php send data to script.php.. etc. I know I could do this by sending a variable.. but is there a better way? In other word, i'm looking for the php version of "sub script" that you can use in perl. thanks