Page 1 of 1
Need help badly how to open new window with php
Posted: Sun Jun 08, 2003 11:51 am
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.
Posted: Sun Jun 08, 2003 12:59 pm
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.
server side
Posted: Sun Jun 08, 2003 1:02 pm
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
Posted: Sun Jun 08, 2003 1:10 pm
by discobean