Hi all,
How do I create a pop-up window using only PHP!??? I have a drop down menu created and when the user clicks on an option a pop up window should appear.
Thank you for your help.
Kevin.
Not possible.
Cue answer #457:
PHP is a server-side language; i.e. it only runs on the server.
To do what you want you will need a client-side language, such as javascript.