Proffesional nerd
War Hero
Posts: 283
556 credits Members referred : 0
« on: Aug 31, 2005, 03: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: 8020
41077 credits Members referred : 3
« Reply #1 on: Aug 31, 2005, 03: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.