Page 1 of 1

nOOb qestion!

Posted: Mon Nov 15, 2010 5:54 pm
by Jake_Jake
Aloha,

Me very new here, this is my first post :) Thanx!
I'm tottal noob about php, but i'd like to learn how to config it and maybe write my own later.

Please forgive my maybe stuped qestion, but where i could find ...how to explain, mmmm when i open some page, there is pop up comes and asking you to deside to enter or to leave this site. But you still can see thru this pop up, it's like a dirty glass but you still can see what's inside. So is this modul or plugin exists like this as php script maybe? Please speak up if you know what i mean :)

Thanx!

Re: nOOb qestion!

Posted: Mon Nov 15, 2010 6:50 pm
by flying_circus
Hi,

Try searching google for "lightbox" as it seems to be a popular variant of what you are asking for. PHP is a server-side langauge and not likely the best choice for what you are trying to accomplish. Anything like a popup on the client-side is best handled by a client-side language, like javascript.

Good luck.

Re: nOOb qestion!

Posted: Mon Nov 15, 2010 7:59 pm
by Jake_Jake
flying_circus wrote:Hi,

Try searching google for "lightbox" as it seems to be a popular variant of what you are asking for. PHP is a server-side langauge and not likely the best choice for what you are trying to accomplish. Anything like a popup on the client-side is best handled by a client-side language, like javascript.

Good luck.
Thanx a lot!
I posted reqest on the javascript section, hope it will help me.
Cheers