Gives me this error LOL
Fatal error: Cannot instantiate non-existent class: user in /home/board/junk.php on line 8
So, now I am TOTALLY LOST when it comes to this class thing.
It seems I can't figure out how to get two pieces of data into the class and have it run without creating a new class, and I assume that I need to create a new class to put data into the other class and so on...LOL
Infinate class script was born....lol
I'm just very confused on how one actually gets two pieces of information like
$username = "something";
$password = "something";
into the class so it can be useful
😕