Page 1 of 1

Pop up windows in PHP

Posted: Wed Nov 15, 2006 1:59 am
by sa177ir
Is there any way to create a pop up window in PHP?

Any suggestions would be greatly appreciated.

Thanks!

Posted: Wed Nov 15, 2006 2:04 am
by timvw
No.

PHP is usually used to generate text (more specficially html, javascript, css, ...). The output of this process is then send to a http user-agent which interprets/renders it to the user. So if you generate text (javascript that does a windows.open) you might get the desired result... But notice that it's not php that opens the window...