View Single Post
  #4 (permalink)  
Old 05-08-07, 04:55 PM
UnrealEd's Avatar
UnrealEd UnrealEd is offline
Community Liaison
 
Join Date: May 2005
Location: Antwerp, Belgium
Posts: 3,165
Thanks: 4
Thanked 25 Times in 25 Posts
are you recieving any errors? if not, place this on top of your script:
PHP Code:

ini_set('display_errors''1');
error_reporting(E_ALL); 
this will cause php to display all errors

i don't know the formula to calculate the distance across a sphere's surface by hard, so i don't know if you have an error in there, but i think not
__________________
"Good judgement comes from experience, and experience comes from bad judgement." - Fred Brooks

Reply With Quote