PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a big text file with a bunch of words in it for my db. Problem is somehow it got some squares in the text from one of the files. I have copied the square itself and put it in my replace array but yet it don't get removed. Was wondering if anyone knows what it is. I tried removing \r thinking maybe that was it but was wrong. Help is definately needed.
ok It might be the extended chars from 128 up. I noticed a few of them in there from that block. Now using preg_replace how do I setup and array to for the search for those. I am not sure how I have to setup the expression. I have been using str_replace.