به یکی از این 2 روش عمل کنید
echo '<input type="text" value="'.getRealIpAddr().'"/>';
یا
کد HTML:<input type="text" value="<?php echo getRealIpAddr(); ?>"/>
به یکی از این 2 روش عمل کنید
echo '<input type="text" value="'.getRealIpAddr().'"/>';
یا
کد HTML:<input type="text" value="<?php echo getRealIpAddr(); ?>"/>