Page 1 of 1
dom ?
Posted: Sun Jul 27, 2003 6:54 pm
by Goober
Does anyone if PHP has dom functions?
If not specificly so, does anyone have theories as to how I could go about for similiar results?
Joe
Posted: Mon Jul 28, 2003 2:36 am
by wolfie2x
in PHP5 look in the folder php-5.0.0b1\ext\dom\examples.. this will show how to use DOM in PHP5..
Wolfie.
Posted: Mon Jul 28, 2003 5:48 am
by will
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.
Posted: Mon Jul 28, 2003 8:13 am
by Stoker
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

Posted: Mon Jul 28, 2003 5:06 pm
by Goober
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?
Posted: Mon Jul 28, 2003 6:21 pm
by McGruff
see php.ini file