[PHP] Re: window.open() and search engines

2007-10-23 Thread Freyjkell
Richard Heyes wrote: Can anyone say for sure whether window.open() links get spidered by search engines? Not This Group -- Freyjkell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Proposal of DOM non-standard method: DOMDocument::loadCharacterEntitiesFromDtd($path)

2007-10-22 Thread Freyjkell
l.dev, but I didn't get reply for long time. -- Freyjkell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Proposal of DOM boolean property: DOMDocument::omitXMLDeclaration

2007-10-22 Thread Freyjkell
(bool) DOMDocument::omitXMLDeclaration; Does not need a comment. Implemented in XSLT. // I sent this post to php.xml.dev, but I didn't get reply for long time. -- Freyjkell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Unsetting a header

2007-10-22 Thread Freyjkell
D Richard Heyes wrote: Does anyone know of a way to unset a header? I have an Expires: header that I believe Apache is setting, and I don't want it. Thanks. Do you really need to remove this header? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns