Jump to content
MakeWebGames

Recommended Posts

Posted

Firstly, I apologize if this is posted in the wrong area.

I am drawing a complete blank on how to do this. I have googled it and I have looked through the threads here as well.

I am probably using the wrong search for what I need.

How do you make something specific to a certain location?

For example if you wanted the Roulette game to be in one particular city and no other.

Thanks in advance.

Posted

So if I follow that correctly;

if($ir['location']==2)
{
echo"<a href='roulette.php'> Roulette</a><br />";
}
else 
{
echo"You cannot play Roulette in this city.<br />
<a href='explore.php'>Back</a><br />";
}
Posted

Thank you both for your input on this. Appreciate it so much.

You ever had one of those days when all you do is bang your head against a wall and nothing shakes out.

It's one of those "scripting" days for me.

Thanks again.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...