Re: Hello World question



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.


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================

.



Relevant Pages

  • 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)
  • Re: Problems with a new install
    ... I can get pages to be served by the installation, but what I'd also like to do is get PHPMyAdmin working. ... When I try to login to the PMA using a user/pass defined in the MySQL database, I get no error messages, but it just reloads the login page. ... When I try to run through the various buttons for the setup utility, it creates a zero-byte config.inc.php file in the config folder, and never shows anything more than the buttons on the page. ... I've given the IUSR_machinename account privileges to all the PHP folders, as well as the temp folder. ...
    (comp.lang.php)
  • Is the GD module standard?
    ... At first, I didn't understand that it was a module issue, because I thought the imagepng() function was standard in PHP. ... So my assumption that imagepngwill be available on any standard installation of PHP is wrong. ... Is it that my web hosting server is lacking in what can be expected for standard PHP features? ...
    (php.general)