What is a good way to capture errors that occur. I've tried the
following code in development, but it still spits out an error (Parse
error: syntax error, unexpected '}', expecting ',' or ';' in
X:\\\.php on line 7)
Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsub
What is the best practice for calling objects that are to be used
throughout a users site visit. For example, I have a members class
with two classes that extend this class. Is it best to instantiate
the object in the $_Session scope or make individual calls to the
class/object.
For example:
cl
I'm creating a psuedo mail/message app for users to send messages to
one another. For this, I've created a parent class,
class.members.php, and an extended class, class.mail.php. The problem
I'm having is when I make page which calls the classes members and
memberMail creates an infite loop; how
3 matches
Mail list logo