Page 1 of 1

Popup window in PHP

Posted: Mon Apr 22, 2002 9:34 am
by slipstream
How do you create a javascript like pop up window in php, is it possible at all? thanks..

Posted: Mon Apr 22, 2002 10:37 am
by enygma
remember - PHP is *server-side* not client side.
just use Javascript.
-enygma

Posted: Tue Apr 23, 2002 12:53 am
by Zmodem
enygma is correct. PHP can only use server stuff, while javascript can use client/browser stuff.

There is, however, something called PHP-GTK. you can find it at:

http://gtk.php.net

Its pretty good. It can't create pop up browser windows, but can create custom windows and whatnot. Its hard to explain. Go check it out

--cheers[/b]

Posted: Wed Jul 16, 2003 1:00 pm
by Black Majin
Ok sounds good lol

Posted: Wed Jul 16, 2003 11:17 pm
by mabufo
I've heard about PHP-GTK.

Isn't that more like C++ -ish?

Posted: Thu Jul 17, 2003 9:37 am
by seiretto
Just commented on POP-ups here:
viewtopic.php?t=10867