Hi there guys,
Okay, I always wondered this, but if I declared like:
$it = include(config.php);
Could I then go onto say:
if($it -> $billy == "hello") {
echo $it -> $billy;
} else {
destroy_SESSION();
}
billy being declared in the file, config.
I've really wondered this for a while.