boi513 Posted January 18, 2010 Share Posted January 18, 2010 Ive been trying for a few weeks now to get php installed. everytime I try a new installlation method the last step is to test it using a phpinfo.php file. It never works. I'm beginning to wonder if there is something on my computer that blocks me from being able to use php. help would be appreciated Quote Link to comment Share on other sites More sharing options...
Maq Posted January 18, 2010 Share Posted January 18, 2010 Ive been trying for a few weeks now to get php installed. everytime I try a new installlation method the last step is to test it using a phpinfo.php file. It never works. I'm beginning to wonder if there is something on my computer that blocks me from being able to use php. help would be appreciated Please explain the steps you took installing PHP. Are you attempting to install PHP individually or are you installing a stack such as [W|L|X]AMP? Quote Link to comment Share on other sites More sharing options...
boi513 Posted January 18, 2010 Author Share Posted January 18, 2010 Ive done it all. windows installations and manual installations. The last thing I tried was xampp. Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted January 18, 2010 Share Posted January 18, 2010 It never works That statement is of zero use, because we are not standing right next to you. We only see the information you provide in your posts. Tell us what it does do. A blank page? The raw php code appears in the browser? A php error? A browser error? A server error? What URL are you entering in your browser? I should be something like http://localhost/yourfile.php What is the exact .php code you are trying, show the opening php tag you are using in the file as well? Quote Link to comment Share on other sites More sharing options...
boi513 Posted January 18, 2010 Author Share Posted January 18, 2010 I use the test method where you create php.info. inside there is an echo command but instead all i get is "phpinfo(); ?>" Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted January 19, 2010 Share Posted January 19, 2010 I asked you three specific questions that would have helped pin down if this is a problem with the server not parsing php code, with the php code you are using, or with the way you are browsing to the page. You only bothered to answer one of those, so don't be surprised if you never find a solution to your problem. Given that you have tried different web server/php combinations with the same result, best guess is the problem is either with the code you are using or the way you are invoking the web page in your browser. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.