Php

Status
Not open for further replies.

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
You should be able to use PHP files.
Do you have a link for us to look at?
 

gomarc

Member
Messages
516
Reaction score
18
Points
18
Make sure you are uploading your files at /public_html or any sub-directory included in /public_html.

This may sound too obvious, but your php files must end in .php and not .html

Check that your code starts with <?php and ends with ?>

Something like this:

PHP:
<?php

// Your Code goes here

?>
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
Hello,

As we have not received any replies i am marking this ticket as resolved. If you have any further issues please re-open this ticket or create a new one.
 
Status
Not open for further replies.
Top