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 7691079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:32:33+00:00 2026-05-31T20:32:33+00:00

I am not sure whether I am asking this with the right words, I

  • 0

I am not sure whether I am asking this with the right words, I just started learning PHP. I have a list of 200 URLs and I want to get their geoIP location. Geobytes provided me with a PHP code that gets me the city and that is fine, but the code itself is:

$tags = get_meta_tags('http://www.geobytes.com/IpLocator.htm?GetLocation&template=php3.txt&IpAddress=213.171.218.127');
 print $tags['city']; 

And I would like to ask whether it is possible to fill out the part after ‘IpAddress=’ with a list of URLs automatically? Can I say something like: Here is an array, where I have put the URLs for which I need you to get the meta tags, now put these after the ‘IpAddress=’ and get the tag from each of them?

I am sure this is very simple, so even if you could tell me how to formulate my problem so that I can easily search for answers on Google, I’d be happy with that as well!

Thank you!

  • 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-05-31T20:32:34+00:00Added an answer on May 31, 2026 at 8:32 pm
    $ips = array('ip1', 'ip2', 'ip3');
    
    foreach ($ips as $ip)
    {
        $tags[] = get_meta_tags('http://www.geobytes.com/IpLocator.htm?GetLocation&template=php3.txt&IpAddress=' . $ip);
    }
    
    print_r($tags);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am not sure whether distinct is the right word for this. I have
Not sure whether this is the right place, but I have a question related
I am not sure whether this only happens to me. Basically if I have
I am not sure whether this is the right place to ask this question.
I am not sure I am asking the right question here. I have a
I'm not sure whether this is just a bug or an intended feature. Basically,
I'm not sure whether I'm asking the question correctly, but I've been told SQL
Not sure whether its a duplicate or not-why my left and right border are
I am not sure whether I have described the question properly, but currently I
I'm not sure whether or not this is the appropriate way of doing this,

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.