Popup window in 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
slipstream
Forum Commoner
Posts: 86
Joined: Fri Apr 19, 2002 8:53 am
Location: Canada

Popup window in PHP

Post by slipstream »

How do you create a javascript like pop up window in php, is it possible at all? thanks..
User avatar
enygma
Site Admin
Posts: 175
Joined: Fri Apr 19, 2002 8:29 am
Location: Dallas, Tx

Post by enygma »

remember - PHP is *server-side* not client side.
just use Javascript.
-enygma
Zmodem
Forum Commoner
Posts: 84
Joined: Thu Apr 18, 2002 3:59 pm

Post 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]
Black Majin
Forum Newbie
Posts: 22
Joined: Wed Jul 16, 2003 12:51 pm
Location: Garland, Texas

Post by Black Majin »

Ok sounds good lol
User avatar
mabufo
Forum Commoner
Posts: 81
Joined: Thu Jul 10, 2003 11:11 pm
Location: Orland Park, IL
Contact:

Post by mabufo »

I've heard about PHP-GTK.

Isn't that more like C++ -ish?
seiretto
Forum Newbie
Posts: 12
Joined: Thu Jul 17, 2003 9:26 am
Location: UK

Post by seiretto »

Just commented on POP-ups here:
viewtopic.php?t=10867
Post Reply