Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8855347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:06:53+00:00 2026-06-14T14:06:53+00:00

I am using a Geotargeting PHP script on my website to show my visitors

  • 0

I am using a Geotargeting PHP script on my website to show my visitors different content based on their GEO Location.

I would like to change my HTML Links dynamically with PHP so that let’s say users from the UK get http://www.domain.com/UK while users from US would get http://www.domain.com/US and so on…

I tried the following :

<?php
...

if(Location == 'UK') { $VARIABLE = "UK"; }

elseif (Location == 'US') { $VARIABLE = "US"; }

echo "<a href=\"www.domain.com/$VARIABLE\">$VARIABLE</a>\n";

?>

but it didnt work.

How can i insert a PHP Variable in a HTML code block ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T14:06:54+00:00Added an answer on June 14, 2026 at 2:06 pm

    Make sure that Location is filled with a default country code. Or even better, make sure that $VARIABLE is filled with default UK, for example.

    $VARIABLE = "UK"; //default value
    
    if(Location == 'UK') { $VARIABLE = "UK"; }
    
    elseif (Location == 'US') { $VARIABLE = "US"; }
    

    Also, you might aswell do this:

    echo '<a href="www.domain.com/' . Location . '">' . Location . '</a>\n';
    

    But if it’s empty then you would still get an empty anchor.

    That works only if Location is actually having the country code information. Are you sure that Location shouldn’t be $Location or something? Test that by doing die('Locations is: ' . Location); somewhere in your code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Jenkins or Hudson I would like to create a pipeline of builds with
Using Rails 3.2.0 with haml and sass: I Would like to link an external
I need to show different links for US and non-US visitors to my site.
Using Location.getBearing(); I seem to get randomly changing bearings. Aka, I can turn the
Using php/html, I want to retrieve email addresses (plus other information) from MySQL and
Using the RichTextArea in GWT, It looks like I can only change the font
Using WebViewBrush I can render web page content (it's screen shot) to e.g. Rectangle
Using the opencart image manager how would I set the upload to automatically remove:
I'm trying to geotarget wall posts to my fan page using the Facebook PHP
Using The Play Framework how easy would it be to allow an admin user

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.