help plz

Status
Not open for further replies.

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
1. Open up a simple text editor like Notepad or Textpad (not Microsoft Word or similar).

2. Paste in the following PHP code:
Code:
<?php 
  phpinfo();
?>
3. Save the file as phpinfo.php.

4. Upload to your account through FTP or file manager..

5. Open http://yoursite.com/phpinfo.php
 
Last edited:

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
phpinfo() is disabled on the free servers as a security measure.

You have to run a test script to find out if the feature you want is enabled or find out what the default settings are.
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
phpinfo() is disabled on the free servers as a security measure.

You have to run a test script to find out if the feature you want is enabled or find out what the default settings are.

I check after posting the reply and came know this.....lolz
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
phpinfo() is disabled on the free servers as a security measure.

You have to run a test script to find out if the feature you want is enabled or find out what the default settings are.
I have a couple of already setup scripts on some of the common features. If you tell me what feature/setting/extension you are searching for, I may be able to tell you right away it's status.

- xav0989
 
Status
Not open for further replies.
Top