PHP Problems

cvgames

New Member
Messages
3
Reaction score
0
Points
0
Hey All,

I just got on to x10 and I am trying to get some PHP to work. For some reason, even the most simple echo 'Hello World'; script won't work. The result is a 500 Internal Server Error. I looked at my account page to see if there was something I needed to enable but I don't see anything. Am I missing something? Thank you much in advance.

Steve
cvgames
 

lionheart8

New Member
Messages
177
Reaction score
0
Points
0
Surely a simple
<? echo "Hello World"; ?>
must be able to work with the most basic PHP configuration I think... if written correctly & saved as a php file ...
 
Top