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 Link to comment https://forums.phpfreaks.com/topic/61798-solved-how-do-i-carriage-return-and-line-feed-this/ Share on other sites More sharing options...
bilis_money Posted July 26, 2007 Author Share Posted July 26, 2007 i solved this. Link to comment https://forums.phpfreaks.com/topic/61798-solved-how-do-i-carriage-return-and-line-feed-this/#findComment-307721 Share on other sites More sharing options...
redarrow Posted July 26, 2007 Share Posted July 26, 2007 post your findings for overs please cheers. Link to comment https://forums.phpfreaks.com/topic/61798-solved-how-do-i-carriage-return-and-line-feed-this/#findComment-307724 Share on other sites More sharing options...
bilis_money Posted July 26, 2007 Author Share Posted July 26, 2007 $ip = $_SERVER['REMOTE_ADDR'] . "\n"; Link to comment https://forums.phpfreaks.com/topic/61798-solved-how-do-i-carriage-return-and-line-feed-this/#findComment-307726 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.