adam84 Posted November 5, 2011 Share Posted November 5, 2011 Hello, I made a web application(PHP) that works with another application that was made(VB). In the web application, the user can enter a bunch of text and behind the scenes, I want to add some extra text to the end of the user entered text. My problem is when I add my extra text, i want a couple new lines that space out the two paragraphs of text, but if I enter the new line as <br /> or \n or \r or chr(13) or chr(10), nothing happens when I open it up in the VB program. There are not any new lines and somethings the actual characters '\n' show up. Does anyone know of a special character that I can enter to create the new line so that it shows up correctly in VB? Quote Link to comment https://forums.phpfreaks.com/topic/250526-new-line/ Share on other sites More sharing options...
trq Posted November 6, 2011 Share Posted November 6, 2011 If the actual \n chars are showing up your doing it wrong, post your code. Quote Link to comment https://forums.phpfreaks.com/topic/250526-new-line/#findComment-1285373 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.