bilis_money Posted July 26, 2007 Share Posted July 26, 2007 I have this below $ip = $_SERVER['REMOTE_ADDR']; Now i want to add this '\n' at the end of the string above, how should i go about this? like this? $ip = $_SERVER['REMOTE_ADDR'] . '\n'; i tried that but it's not working properly, could you show it to me? thanks Quote Link to comment Share on other sites More sharing options...
bilis_money Posted July 26, 2007 Author Share Posted July 26, 2007 i solved this. Quote Link to comment Share on other sites More sharing options...
redarrow Posted July 26, 2007 Share Posted July 26, 2007 post your findings for overs please cheers. Quote Link to comment Share on other sites More sharing options...
bilis_money Posted July 26, 2007 Author Share Posted July 26, 2007 $ip = $_SERVER['REMOTE_ADDR'] . "\n"; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.