php - how to get ip address of client machine in mysql database -


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

  • 22 उत्तर

    मेरे पास एक MySQL क्वेरी है मेरे डेटाबेस में एक फॉर्म की सामग्री को सम्मिलित करता है।

    इन मानों को सम्मिलित करने के साथ-साथ, मैं उपयोगकर्ता के IP पता को खोजने और सम्मिलित करना भी चाहता हूं।

      & lt; php गूंज $ _SERVER ["REMOTE_ADDR"]; ? & Gt;    

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -