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!
Got a question, I'm sure the answer is really simple, but I can't seem to be able to do it.
Basically I want to take a string and replace any ' in the string with ` . I looked at the str functions and couldn't seem to find anything that would do it.
[]InTeR[] wrote:Maybe stripslashes will do the trick?
Thanks for that suggestion. It trigger a thought that helped me solve a silly problem we were having with something. *vague I know* just know you helped. =)