Group: Member 
Post Group: Newbie
Posts: 1
Status: 
|
Hi all
Has anyone come across this problem.
';
print "$firstName" . '
';
echo "$firstName" . '
';
print gettype($firstName) . '
';
print $score . '
';
print gettype($score) . '
';
print $latitude . '
';
print gettype ($latitude) . '
';
print '
I installed the files in c:/Software/ammps.
Seems the php interpreter is not working.
Do i need to change somthing in the php.ini file?
Thanks
|