Forum Moderators: bakedjake
for example in PHP:
$ip = $_SERVER['REMOTE_ADDR'];
then your SQL query:
SELECT * FROM [Table] WHERE Ipaddress = '$ip';
If I understand you right, you are trying to do something that is beyond plain Structured Query Language.
-- Zak