[PHP] php 4.2.1 and MySQL

2002-07-22 Thread Brian McLaughlin
, Brian McLaughlin [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] HTML select form element

2002-04-12 Thread Brian McLaughlin
Hi all. I have a tag like this on a php-generated web page. select name=majors multiple size=6 option value=ArtArt/option option value=BiologyBiology/option option value=Business and EconomicsBusiness and Economics/option etc. etc. /select My question is... since this is a

[PHP] Arrays within classes

2002-04-05 Thread Brian McLaughlin
This is driving me crazy! I've created a class to hold data so I can just put the object into the session rather than saving off each piece of data separately. But I'm getting odd results from the arrays in my class that I can't explain. Here's a hunk of code that demonstrates: ?php class

Re: [PHP] Arrays within classes

2002-04-05 Thread Brian McLaughlin
Hi Erik Thanks for the reply. I'm not sure how I missed the opening { in my message -- I copy/pasted the code. But the opening { is definitely there in the code -- I'd get a nice error message if it weren't. I believe it's OK to have a ; after the class def end-brace, but I removed it and I

Re: [PHP] Arrays within classes

2002-04-05 Thread Brian McLaughlin
Thank you!! Now I need to figure out how to put all this hair back in my head. Brian Rick Emery [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I corrected the syntax errors Erik found and added var_dump() after each $t equation/assignment The problem is