Hi there!
I wish to detect and store the IPs of the users of my site which is
All-Flash-Built.
Where can I find a simple IP detect method in Flash working with a MySQL DB
via PHP ?
Thanks in advance, guys!
flashofscarlet - 31 Oct 2006 12:50 GMT
Using PHP:
<?php
$ip = getenv("REMOTE_ADDR");
print "flashVar=The user IP is " . $ip;
?>
Where flashVar is a variable in Flash