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!
Problem:
I have several PHP4 files witch need to run under PHP5 now. As unexperienced PHP-user I am facing a big job to fix the non-compliant coding. I did some changing like adding a strtolower around a "get_class". These things work.
Question: Is there any programm here to assist me in this job to avoid a long and intensive searching in the coding?
knurft wrote:It took me several hours to fix, but it seems to work now. I hoped to find a prog to run and indicate where to look in detail ( press the button to fix the problem) , but sometimes you just need your brains to do it.