nOOb qestion!

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Jake_Jake
Forum Newbie
Posts: 3
Joined: Mon Nov 15, 2010 5:43 pm

nOOb qestion!

Post 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!
User avatar
flying_circus
Forum Regular
Posts: 732
Joined: Wed Mar 05, 2008 10:23 pm
Location: Sunriver, OR

Re: nOOb qestion!

Post 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.
Jake_Jake
Forum Newbie
Posts: 3
Joined: Mon Nov 15, 2010 5:43 pm

Re: nOOb qestion!

Post 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
Post Reply