Re: I am not able to see the executed output at all
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Sat, 05 Apr 2008 14:18:01 -0500
parag_paul@xxxxxxxxxxx wrote:
On Apr 5, 12:14 am, Anonymous <anonym...@xxxxxxxxxxxxxxx> wrote:"parag_p...@xxxxxxxxxxx" wrote:
hi All,You are aware that PHP is a server side scripting language and that you
I am new to php and the using mozila firefox 3 , and IE 6 . But none
of them are able to show the output for the following p1.php file .
<html>
<head>
<title> PHP Test </title>
</head>
<?php phpinfo(); ?>
</html>
But the output of the program is the whole file as text?
What is going wrong here?
need a webserver like Apache to execute scripts on?
Opening PHP scripts in a webbrowser doesn't do the trick.
Bye!
I have installed apache on the linux machine on which the I am writing
this script and saving in the document root.
I guess, the apache installation will have to be done for php ???
Yes, you also have to install PHP - Apache has no idea how to parse PHP files.
I'd recommend you just install LAMP - Apache, MySQL and PHP on Linux. If you're not familiar with installing software on Linux and configuring Apache, it's much easier.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- Follow-Ups:
- Re: I am not able to see the executed output at all
- From: Sir Robin
- Re: I am not able to see the executed output at all
- References:
- I am not able to see the executed output at all
- From: parag_paul@xxxxxxxxxxx
- Re: I am not able to see the executed output at all
- From: Anonymous
- Re: I am not able to see the executed output at all
- From: parag_paul@xxxxxxxxxxx
- I am not able to see the executed output at all
- Prev by Date: Re: Updateing a SQL select populated form
- Next by Date: Re: List files from directory not in apache web directory
- Previous by thread: Re: I am not able to see the executed output at all
- Next by thread: Re: I am not able to see the executed output at all
- Index(es):
Relevant Pages
|
|