R
Ryan
Guest
...browser window? I have been trying the following which doesnt work.
<?php
echo "<a href=\"http://www.mywebpage.com\"
target=\"_blank\">Visit my web page</a>";
?>
My mistake, somehwere between trying and then putting the code i used here i fixed it. it does work. my mistake, thanks for letting me know
<?php
echo "<a href=\"http://www.mywebpage.com\"
target=\"_blank\">Visit my web page</a>";
?>
My mistake, somehwere between trying and then putting the code i used here i fixed it. it does work. my mistake, thanks for letting me know