Re: Hello World question
- From: Cyber Mitra <Cyber.mitra@xxxxxxxxx>
- Date: Sat, 23 Feb 2008 10:17:55 -0800 (PST)
On Feb 20, 12:59 am, Tom <t...@xxxxxx> wrote:
On Sun, 17 Feb 2008 16:03:59 -0500, Jerry Stuckle wrote...
Tom wrote:
On Sun, 17 Feb 2008 09:11:01 -0500, Jerry Stuckle wrote...
Jack wrote:
Hi guys,
Thanks all of you.
I wonder how can I determine if php is installed and enabled.
I remember there is one place that you can have a list of installed
components such as ASP, ASP.NET, PHP, JSP etc
Jack
If your .php files are parsed, then it's working. If they aren't, it's not.
You can create a file name "test.php" and use this in the file...
<?php
phpinfo();
?>
If it loads then that would be an indication that your PHP is configured to
parse files with the .php extension, and the output would give you an overview
of your installation.
Tom
Tom,
If you read through this thread, you'll see it isn't even handling a
simple "Hello World" program.
I was just commenting that if you can't load a file with the ".php" extension,
that had a simple PHP function in it, that he would need to check his web server
configuration. Maybe he doesn't have it configured to parse those types of
files.
He asked for a place that lists the installed components and phpinfo gives a
pretty good overview.
Tom
--
NewsGuy Leap Year Savings!
Free Month with 3, 6 or 12 Month Unlimited Accountshttp://newsguy.com/overview.htm- Hide quoted text -
- Show quoted text -
I would suggest you to follow the step by step guide to install PHP
support on your IIS server [ http://www.peterguy.com/php/install_IIS6.html
]
.
- References:
- Re: Hello World question
- From: Jack
- Re: Hello World question
- From: Jerry Stuckle
- Re: Hello World question
- From: Jerry Stuckle
- Re: Hello World question
- Prev by Date: Re: PHP Reference Guide
- Next by Date: Re: Using C libraries and PHP - calling functions in external libraries
- Previous by thread: Re: Hello World question
- Next by thread: dns_get_record()
- Index(es):
Relevant Pages
|