[PHP] How dynamically create objects

2001-08-14 Thread Bret R. Zaun
Hello, I would like to create an object from a db result like MySQL does in mysql_fetch_object How can I create an object with members which names are set at runtime ? Regards Bret -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] Remove value from array

2001-06-25 Thread Bret R. Zaun
Hello, how can I complete remove an item out of an array ? I tried unset() as well as setting the value to null. Both result in the value being null but not the item being deleted. Any help is appreciated Heiko -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL