[PHP] Re: creating of html-archive

2005-08-26 Thread Michelle Konzack
The Function in Netscape DDE was: WWW_ParseAnchor(qcsAbsoluteURL, qcsRelativeURL) Documentation: WWW_ParseAnchor * Netscape is: Server. * Transaction Type: XTYP_REQUEST. * Item (Arguments): qcsAbsoluteURL,qcsRelativeURL o qcsAbsoluteURL is the absolute (fully quali

[PHP] Re: creating of html-archive

2005-08-26 Thread Michelle Konzack
Hello all, It seems there are many usefull functions in PHP missing. I think, I will take the Spyglass Netscape DDE Documentation and will implement the functions my own. realpath() is not an option, because it returns the pysicaly path. What I need is: real_url($BASE_URL, $RELATIV_URL) th