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 tried to use replace the following string from " " to % using the str_replace function, but it doesn't seem to work. When I echo the $newstr it showing "This is" instead of "This%is". Does anyone know why? Please post some tips. Thanks...