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.
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
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.
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