Hi All,
Use this line for IP address retrieval.
This can be used to verify authenticity of feedbacks.
<?php
$ipAddress = $_SERVER['REMOTE_ADDR'];
echo $ipAddress;
?>