Hey!
I have three links (a href="www.test.com?0">,
(a href="www.test.php3?1">, and
(a href="www.test.com?2">. How do I get the page1.php3 to recognize that $job = value(?). See code below!
//page1.php3
#include "page2.php3";
theFunction($job);
// page2.php3
function theFunction($value) {
<<DO STUFF>>
}