Hi,
I have created a user registration form
in which user have to fill Name,emil id, Phone Number.
In the back end i have created a table with the columns
name,email_id,Phone_number,Ip_address.
on button click event i have written this programming.
insert into tbl_login values (textbox1.text,textbox2.texttextbox3.text)
I would like to insert the value for IP address of the system of the user(who is doing registration.)
Please help me.