Kinda off topic, but it deals with a php script Im writing.
Ive been using dynamic strings to create relative links like ->
<a href="../../somefile.php">somefile</a>

I was wondering if this is a no no according to http 1.1 specs.
ie absolute links ->
<a href="http://host/correct_path_to_file.php";>somefile</a>

I briefly looked through through the specs, but it didn't say that 
links/urls shouldn't be formatted like the first example above...

Any insight, would be grateful.
Thanks

-- 
Gerard Samuel
http://www.trini0.org:81/
http://dev.trini0.org:81/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to