If i had a function
Can i echo the var out side of the function, becuase at the moment im having trouble doing it, but im not sure if its a problem with my sql code or that lol.PHP Code:function tom() {
if ( $_GET['name'] == "Tom" ) {
$var = "Tom";
}
else {
$var = "Your name is not Tom";
}
}





Reply With Quote




