i dont see php

Status
Not open for further replies.

matthew1112

Banned
Messages
93
Reaction score
0
Points
0
php bit in c panal ant showing up on softwere/servises its not showing up there
 
Last edited:

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
It shouldn't. PHP is a scripting language that you write yourself. You save it in .php files, and run it on your website by going there with your browser
 

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
Are you talking about the php configuration?

Php configuration is not editable by users on x10-you'll need a vps for that privelage. This is for efficency and security reasons.
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
To use php, you need to upload your own scripts, or use Softaculous to install some. To test it, you can upload a file named hello.php to the public_html folder. This is the code that needs to be inside:
PHP:
<?php
echo "Hello World<br />";
echo "PHP version " . phpversion() . " is working! Hurray!";
?>
 
Last edited:

matthew1112

Banned
Messages
93
Reaction score
0
Points
0
Are you talking about the php configuration?

Php configuration is not editable by users on x10-you'll need a vps for that privelage. This is for efficency and security reasons.

yes this was what i was on about
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
On some hosts, the cPanel has links to show the PHP configuration (read only) and maybe even install your own PEAR modules.

x10hosting cPanel does not offer those features.
 
Status
Not open for further replies.
Top