Proffesional nerd
War Hero
Posts: 283
556 credits Members referred : 0
« on: Aug 31, 2005, 02:11:30 pm »
Hi. I have just moved to a new host in which I uploaded a php page with errors, but when I execute the page through the browser it shows me a blank page.
Can you please help me on this?
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
« Reply #1 on: Aug 31, 2005, 02:16:12 pm »
at the start of your script put this line :
Code:
<?php ini_set ( "display_errors" , 1 ); ?>
It is good not to show the errors on a server that is on the internet.