Karl-Heinz Schulz wrote:
The following codes open the links perfect.
print($press[1]." <a target=_blank href=..\PDF/$press[3]
class=\"press_links\">".strip_tags(html_decode($press[2]))."</a><br>");
the correct character to separate directories is /
and quote the attribute:
print($press[1]." <a target=_blank href=\"../PDF/$press[3]\"
class=\"press_links\">".strip_tags(html_decode($press[2]))."</a><br>");
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php