help me to solve a problem

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
hagomuk
Forum Newbie
Posts: 2
Joined: Fri Apr 02, 2010 3:00 am

help me to solve a problem

Post by hagomuk »

i have install php 5.2.13
with apache 2.2

after installing both i made a php file for testing it.
i saved it by name of test.php then i opened it in browser by typing http://localhost/test.php

result:
full code in file appears in browser as follows

"< html >< head >< title > PHP Testing < /title >< /head >< body >< ?php echo “ < p > If you see this then we did it right! < /p > ”; ? ></body></html>

how to solve this issue
thewebhostingdir
Forum Newbie
Posts: 18
Joined: Fri Jul 17, 2009 1:15 am

Re: help me to solve a problem

Post by thewebhostingdir »

Kindly check the apache error logs for the exact error message. You can check the apache error logs where you have installed apache.
AccuWebHosting.Com - Windows VPS Hosting
ASP.NET 3.5 | SQL 2005 Database | US Based Hosting Company | 24 X 7 Support | Daily Backups | Uptime Guarantee | Affiliates - $50 Per Sale |
Brick7.com | TheWebHostingDir.com
ron80hall
Forum Newbie
Posts: 2
Joined: Mon Sep 20, 2010 1:19 am

Re: help me to solve a problem

Post by ron80hall »

Hello,

I think the problem with your compilation of PHP and Apche. In windows and Linux many type of packages available for installing Apache, PHP and Mysql.
Please refer the following link:
http://www.apachefriends.org/en/xampp.html
http://www.wampserver.com/en/

The commonly used package system is in windows XAMPP .
Post Reply