Need help badly how to open new window with php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
manyce400
Forum Newbie
Posts: 1
Joined: Sun Jun 08, 2003 11:51 am

Need help badly how to open new window with php

Post by manyce400 »

how do i open a new window with php I know it can be done through javascript but i want to do it with php if anyone knows how please help am really desperate now.
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

Post by nigma »

I am almost 100% sure you cannot do that with PHP. Why do you need to do it from PHP? If you tell me, I might be able to assist you in finding another way to do what you want to do.
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

server side

Post by phpScott »

php is server side so it doesn't interact with the client machine :( you need to use javascript or you can use php to right javascript but you will still have to wait until the page is sent to the browser before the new window will open.

phpScott
User avatar
discobean
Forum Commoner
Posts: 49
Joined: Sun May 18, 2003 9:06 pm
Location: Sydney, Australia
Contact:

Post by discobean »

There really should be some sort of explanation between the different of client and server side languages... And all such threads can be pointed straight to the client/server thread... that'd be nice.

http://www.websiteowner.info/articles/cgi/whichside.asp
http://www.developer.com/lang/cgi/article.php/923111
http://www.newmediaone.com/scripting/1b.html
http://www.epinions.com/content_1785766020

how did I find these pages?
Post Reply