Re: Hello World question
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Sun, 17 Feb 2008 16:03:59 -0500
Tom wrote:
On Sun, 17 Feb 2008 09:11:01 -0500, Jerry Stuckle wrote...Jack wrote:Hi guys,If your .php files are parsed, then it's working. If they aren't, it's not.
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
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
==================
.
- References:
- Re: Hello World question
- From: Jack
- Re: Hello World question
- From: Jerry Stuckle
- Re: Hello World question
- Prev by Date: This week is full of job interviews from most preferred companies - visit www.northvacancies.com
- Next by Date: Re: Code
- Previous by thread: Re: Hello World question
- Next by thread: Re: Hello World question
- Index(es):
Relevant Pages
|