Hi all,
I am new to PHP. I use Visual Basic and C#. So this adventure has been a bit tough so far- it took me a whole week to instal PHP and APache on my PC....! Anway
I have a question:
Coudl anyone tell me how do I open a web page using PHP code? I know window.open in JS. I tried all the ways:
header("location: try.php"); //it's in the same directory
fopen($url, "r");
so on.. but nothing works I get error messages or sometime the code is ignored! Is there way to get past this problem?
cheers
Ratan.