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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -