Problems with PHP

enigmase

New Member
Messages
2
Reaction score
0
Points
1
Hi,
PHP is not working on my website.
I am a free user, I just started an account with x10hosting a few days ago, and I haven't changed any settings or code outside of my own html files.
Even running something as simple as
<?php
echo("Hello World");
?>
Does not produce an output.
Can anybody please help me?
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,929
Reaction score
118
Points
63
Make sure that:
  1. You have uploaded your files to public_html
  2. Your file names end in .php (all lowercase, the servers here are case sensitive, so a file named Index.PHP is not the same as a file named index.php)
  3. If you did both of the above, please provide a link to the script in question that is not working
 

enigmase

New Member
Messages
2
Reaction score
0
Points
1
Thanks. That was part of what I was doing wrong, and now it works fine.
 
Top