hallo N.D.
da taucht nirgends ein ? oder ein / auf, sitze ich auf dem Schlauch, oder wie? *g*
es geht um links wie:
http://www.php.net/source.php?url=/source.php
An HTTP URL takes the form:
http://<host>:<port>/<path>?<searchpart>
http://www.php.net/source.php?url=/source.php
http://host(ohne port)/path/?searchpart
<path> is an HTTP selector, and <searchpart> is a query string. The <path> is optional, as is the <searchpart> and its preceding "?".
also das "?" hätten wir ja.
--
Within the <path> and <searchpart> components, "/", ";", "?" are reserved. The "/" character may be used within HTTP to designate a
hierarchical structure.
und es gibt noch inige aussgaen bei reserved charakter bzw. bei relativen url's.
man kann darüber streiten, ob es sinnvoll ist wenn ein URL selbst im searchpart vorkommt, aber es ist nicht ausgeschlossen.
grüße
thomas