473,324 Members | 2,548 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

How to use phpinfo() on hosting provider?

hi
i use an domain and host that i rent from a web hosting company , i want to know about setting computer's computer'sphp and mysql on the server , i use a small script as follow as

Expand|Select|Wrap|Line Numbers
  1. <html><head></head><body>
  2. <?php
  3. phpinfo();
  4. ?>
  5. </body></html>
  6.  
by testing this file on my local server i get correct result but by upload this file on the server i saw only a blank page

would you please help where i mistake.
thanks alot for your help.
Feb 5 '11 #1
3 1706
Niheel
2,460 Expert Mod 2GB
It's a security setting that lots of hosts use. They can disable the use of phpinfo();.

If all your other php files works and this doesn't. It's probably because they disabled the function. Hosts do this to keep people for understanding the directory structure and the PHP settings.
Feb 5 '11 #2
hi

what is disabled by administrator that dont act phpinfo() function? (is this a setting in php.ini file?)

thanks alot for your help.
Feb 8 '11 #3
Niheel
2,460 Expert Mod 2GB
Yes it's the disable_functions parameter in the php.ini file.
Feb 8 '11 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: grenness | last post by:
Sorry for bothering you with a basic question. I have an account with www.webhost4life.com which includes PHP and MySQL on an IIS 6.0/Win2k3 Server. I have succeeded in installing phpbb, and...
1
by: Ray | last post by:
Hi I need to access an access db via php. My hosting provider is using php version 4.3.10 on a windows 2003 platform. I think that php was installed with the Plesk for windows package/control...
0
by: Clark | last post by:
I am about to put up a new site using a MySQL database, and am looking for a good, reliable hosting provider that will not break the bank. Any suggestions? Also, would be interested in any...
6
by: Jon Vitar | last post by:
Can anyone suggest a reliable hosting provider? Our current provider has been experiencing a lot of down time lately. I'm looking for an ASP.NET hosting provider that: 1. allows remote SQL...
9
by: Stimp | last post by:
Hi all, I'm going to be moving my site to a new hosting provider at the end of the month. Can anyone recommend a good windows (.NET) hosting provider? My requirements are as follows: -...
0
by: roncansan | last post by:
Hi, Is there a way to run more than one asp.net application in my hosting provider. Since each web appliation have it's own global.aspx with different name spaces , and the global.aspx must be...
2
by: comp.lang.php | last post by:
I am in the middle of debugging a script that is hanging on "session_start()", which, if I recall, can occur if session.save_path points to a directory onto which you do not have permission to...
0
by: rdlauer | last post by:
Is anyone aware of a reputable shared web hosting provider that handles both ASP.NET 2.0 applications AND Oracle 10g? Everywhere you look it's SQL Server, but we have a customer with an Oracle...
2
by: Niclas | last post by:
Hi, I have developed a WCF service that I am planning to host with a service provider. After spending some time uploading the service and fiddling around with the .svc file and Web.config, I...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.