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!
which takes a file name with a phpxxx.tmp name and converts it to phpxxx.jpg so the display routine can read the jpg file for soem reason does not work. Any ideas why? has anyone else had the same problem???
You sure it worked on previous versions? str_replace is a function, and as such, it need to be assigned to a variable or placeholder (in this case, your $temp).