PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
correct me if i'm wrong here (which has been known to happen before), but isn't DOM primarily client side, since the "document" doesn't really exist in its final form until it is ready to be delivered to the browser. thus, why would PHP have DOM functionality seeing as it is totally server side? I thought ECMAScript (or javascript) was the primary way of working with the DOM.
PHP 4 has some DOM-XML functionality.. "Document" in DOM does not refer to any specifics like client side, the D could just as well stand for Data if you ask me
Alright. Then, my new question is, is there anyway to control timeouts? Let me elaborate. This script I'm making is a bulk email. There are over 19,000 email addresses to go through; and the script times out. How do I force it to continue? Is it even possible?