Jump to content

How Can I Make My Pop-Up Form Available Each Time For Registration And/Or Login?


Dicee

Recommended Posts

I just want to make my Pop-Up Form available each time for registration and/or login? Is there anyone out there that can help me with this?  Please Advise I would be most thankful!I have tried different variations of this code can't seem to make FORM readily available at each login. CidEmail:Kirkpatrick.rich7@gmail.com Here is my code  <?php// Kir Ric (script for pop up )//if($_SERVER['REMOTE_ADDR']=='115.240.51.183'){if(!isset($_COOKIE['user_id']) &&($_COOKIE['user_id']<1)){require('reg_form_detail.php');}//}?>

Link to comment
Share on other sites

First stop, there was no need to post in different sections of the forum. Everyone can see all of them. I've removed the others.Anyway... for your problem... look at sessions.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...