$emailto = $_GET['EmailTO'];
function wtemp_mainbody() {
print "Contact (";
echo "$emailto";
print ") Info";
}Why can't i display a GET variable from a function? Or should i registered it on global session? -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

