[PHP] PHP Install Problem - Please Help

2001-08-25 Thread Martin Stephenson
? I don't have MySQL installed yet - do I need to have that first ??? Thanks, Martin Stephenson. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Using Array of classes as a class member variable?

2001-10-04 Thread Martin Stephenson
Howdy, First some basic questions: (1) Can you create an unitialised array ? (2) Can an unitinialised array be a class member variable ? My problem is this: I have a class called "user" - which represents one row in a mySQL table (also called user) I want to create a class called "userBag" -