Re: [PHP] Class not working after PHP 4.2.3

2003-07-01 Thread Jeremy Thibeaux
It would probably be much easier to help you if you just stated exactly what data was being fed to mail() when it fails (try to make a simple case). In fact, just determining that might help you determine if the problem actually has anything to do with mail(), or something else in the code. J

Re: [PHP] Yahoo Stuff.

2003-06-30 Thread Jeremy Thibeaux
I am getting the same message, but I hadn't made the connection. Is anyone else seeing this? Jeremy --- Daryl Meese <[EMAIL PROTECTED]> wrote: > Does anyone know why I get an email from Yahoo > Groups everytime I submit to > this list? > > The email comes from: Yahoo! Grupos > [EMAIL PROTECTED]

Re: [PHP] php-general as REPLY TO

2003-06-30 Thread Jeremy Thibeaux
I just read this FAQ, and I still don't see a good reason why not to change the REPLY-TO. The primary reason offered is that it will prevent people from sending messages in private, but that is not really the case (the FROM field will still contain the sender's address and it can simply be cut & p

Re: [PHP] Refreshing

2003-06-30 Thread Jeremy Thibeaux
The only problem I have with the image idea is that it is not particularly generic and a bit unusual (i.e. kindof a hack). The IFRAME would need only contain a simple JavaScript function call, so it would be pretty small (the data would probably be less than the HTTP header information), and thi

Re: [PHP] Geting information from XML

2003-06-30 Thread Jeremy Thibeaux
Have you tried using the DOM XML functions? http://us3.php.net/manual/en/ref.domxml.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Refreshing

2003-06-30 Thread Jeremy Thibeaux
> [snip] > I have a chat script. I want it to refresh the chat > display area > whenever there is a new message posted, but not > every 10 seconds or so. > How could I get the script to refresh only when > there is a new entry > into the database table? > [/snip] I have implemented something alon