Re: Hello World question



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
]
.



Relevant Pages

  • Re: php-4.3.4-Win + Apache2 + XP
    ... I run a nearly identical configuration for AMP (Apache, MySQL, PHP). ... > to undertake the installation of mySQL after PHP is successfully ... Is it the Apache2 server? ...
    (alt.php)
  • Re: php-4.3.4-Win + Apache2 + XP
    ... I run a nearly identical configuration for AMP (Apache, MySQL, PHP). ... > to undertake the installation of mySQL after PHP is successfully ... Is it the Apache2 server? ...
    (comp.lang.php)
  • php-4.3.4-Win + Apache2 + XP
    ... I am completely new to PHP and am finding installation the most ... I am doing a manualinstall of PHP. ... I have put DLLs in various places so that they "can ... Is it the Apache2 server? ...
    (alt.php)
  • php-4.3.4-Win + Apache2 + XP
    ... I am completely new to PHP and am finding installation the most ... I am doing a manualinstall of PHP. ... I have put DLLs in various places so that they "can ... Is it the Apache2 server? ...
    (comp.lang.php)
  • Re: [PHP] Is the GD module standard?
    ... I have been using the imagepng() function in my local testing ... I hadn't done any customization to my PHP set ... I went with the default set of installation options that Ubuntu ... Recently, I uploaded my site to a web hosting server, and the CAPTCHA ...
    (php.general)