Hey, ------------------------- [snip] After a lot of searching through the page source I see that the first "Try A Teen" has a line break (after the "n" in "teen" whatevers there appears on the next line), thats why it seems different...but when I went into the mySql db via phpmyadmin...there is no linebreak to be found anywhere....and all the other titles are working perfectly fine... what do you think is the problem? Bug? Something with the script? MySql? [/snip] Let's try an experiment, do a string replace to get rid of the newline and report back what happens.------------------------------I did a this:$flick_name = rtrim($row[5]);But no joy.... if I do a string replace how do I specify the newline in the needle parameter of the str_replace?I'm pretty sure I have to use chr() but not sure how...am looking at the ascii table now...Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php