The script designed for PHP 4 will most likely work on PHP 5. If you get a specific error, post it including the code to get more specific help.
While that is the case, the people that ask tend to have the most horribly written scripts at their disposal (i.e. it will usually involve more than just fixing a few errors)
it has actually tons of php script file, and running it on php 5 server only displays a blank page. but running on php4, seems okay. thanks for you two for answering my thread.
Add these 2 lines at the top of the pages that show blank and see if you get any errors. error_reporting(E_ALL); ini_set('display_errors', '1'); PHP:
Usually I don't give support via PM. But you can do it if you have a good reason for not posting them in the forum.