Hi I am wanting to change | to <br/> but i don't know how I am including a txt file into a php script and i want it to change the | into a <br/>. I was wondering if any one would know how.
Code:$files = include("modules/mod_oneononechat/chatfiles/$me.txt"); $snr = new str_replace( "|", '<br/>', $files) ; $snr -> doSearch() ;



Reply With Quote


Bookmarks