Welcome Guest, Not a member yet? Register   Sign In
get IP address
#1

[eluser]Josssi[/eluser]
Hi people,

can you give me an advice how could I save IP address and current date by login?...I have to store this data into database, but I dont know how to get it. Can you help me sobebody please???
#2

[eluser]solid9[/eluser]
Getting ip address,
Code:
$ip=$_SERVER['REMOTE_ADDR'];

Saving current date, you can use MySQL now().

#3

[eluser]CodeIgniteMe[/eluser]
In the Input class, there is a method which is accessed using
Code:
$this->input->ip_address();




Theme © iAndrew 2016 - Forum software by © MyBB