-
Url RESOLVED
PHP Code:
exit("<BR><BR align=\"center\"><font color=\"#000000\" size=\"+1\">Thanks for your order. Your credit card will not be charged until the order is ready. Click here to return to home page.</font>");
}
How do I put the url in this line?
I tried
Code:
<a href=\"www.address.com"\>Click here</a>
but got an error.
-
i dont quite understand what you are asking, coudl you elaborate a little please?
-
I answered this on Galah too :D You put the second slash in the wrong place:
Code:
<a href=\"http://www.address.com\">Click here</a>
-
Thanks.
That's what I get for working late. :rolleyes: