Hi,
I have some data that needs to passed into a javascript from mysql through php. The javascript however is line sensitive i.e. data can not go on new line. ie:
Needs to be like this:
So i need something that will place the data into one line.
Is this possible?
Reality is built on a foundation of dreams.
I have some data that needs to passed into a javascript from mysql through php. The javascript however is line sensitive i.e. data can not go on new line. ie:
Needs to be like this:
Code:
myScroller1.addItem("<b>Overyde:</b>Hello my name is overyde");
not
myScroller1.addItem("<b>Overyde:</b>Hello
my name is overyde");
Is this possible?
Reality is built on a foundation of dreams.