Hello CrisThompsonUK,
you should use something like that to replace returnCarriage by the html equivalent
$newString = str_replace($oldString,"\r
");
$newString = str_replace($newString,"\n
");
Regards,
alain34
Main Topics
Browse All TopicsAhhhrrrgGGG!
Enough fighting with it, over to you, experts...
I'm reading a string of HTML from my content database, and popping it up in javascript 'tool tip' type type of way...
But the javascript fails when there are invisible return(or line feed?) characters in the text string...
Let me show you...
This works:
<a href="event_detail.php?eve
but this doesn't work...
<a href="event_detail.php?eve
<p>A series of one-day seminars...</div>','', 300)" onMouseout="hideddrivetip(
The only difference is that after the <p>Event Tour</p> there seems to be an invisible new line or return character that must be interfering with the javascript.
How can I remove this invisible character using PHP?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: babuno5Posted on 2009-06-09 at 06:24:40ID: 24580811
try replacing e test") e test")
str_replace("\r","","sampl
str_replace("\n","","sampl