Posted by Java Buai on 10/06/99 11:51
Hi all,
I am new to php but realy loving it . I would like my code to tell the
browser to load a new page at a given URL. In java you could create a
variable of type URL.
It should work something like this.
if (correct)
getURL(http://www.youarecorrect.com); //I want this line, if executed, to
open the given web page.
else
echo "Incorrect";
How could I do this in php?
Thanks
(had to dump java because pop up blockers in ie complains about it)
Navigation:
[Reply to this message]
|