Never though I'd end up posting here, but i'm done.
I am coding a system right now, so in my main file I have between the lines of
code:
$sqlObj = new sql_system($sql_inf);
Then later on, I include another file, but I need the file to use my $sqlObj, but it is not able to access it for some reason.
Never worked alot over classing systems, but no idea what to do here, maybe declare $sqlObj as public, but it's already outside any if's and else's.
Thanks.