Click to See Complete Forum and Search --> : How to open a window and write?


JethroTull
03-13-2007, 02:36 PM
Hi. I'm new to php and I have some experience in JavaScript.

How can I write in php a script to open a window and show a picture in it?

Thanks

NightShift58
03-14-2007, 12:48 AM
You'll have to rely on javascript [ open() ] or HTML [ target='_blank' ] for that, PHP doesn't open window, being a server-side processor. The user's browser, client-side, is the one that opens new windows or tabs.