Simple Question - How to use php tp open a url
Posted: Mon Jul 27, 2009 9:39 am
Hi Guys,
Whats the syntax for opening a url as below.
else{
????? i just want to open a url
THANKS
include("confirm.html");
}
else {
$message = "<a href="http://www.myurl.com>Link</a>";
Whats the syntax for opening a url as below.
else{
????? i just want to open a url
THANKS
include("confirm.html");
}
else {
$message = "<a href="http://www.myurl.com>Link</a>";