php - How to get timezone by IP -


इस सवाल का पहले से ही एक उत्तर है: < / P>

  • 2 जवाब

    मेरे पास एक पंजीकरण है जिसके द्वारा

    मैं अपने आईपी पते से उपयोगकर्ता का समय क्षेत्र प्राप्त करना चाहता हूं।

    jquery की तरह हम इसे इस तरह से प्राप्त कर सकते हैं

    मैं इसे PHP में कैसे कर सकता हूं

    आप GeoIP आधारित सेवाओं का उपयोग कर सकते हैं

    या

    आप ऑनलाइन सेवाओं का उपयोग कर सकते हैं जो आपको आईपी के समय-क्षेत्र देता है जो

    अर्थात्

      $ टैग = get_meta_tags 'http://www.geobytes.com/IpLocator.htm?GetLocation&template=php3.txt&IpAddress=94.55.180.139'); प्रतिध्वनि $ टैग ['टाइमज़ोन'];    

Comments

Popular posts from this blog

sql - Return Function using Cursor -

c++ - why does this code produce a runtime error? -

javascript - Is there any way to add a new parameter to a function programmatically? -