php-install Digest 4 Dec 2001 18:49:38 -0000 Issue 586

Topics (messages 5179 through 5190):

Re: Unable to install PHP 4.0.6 with Apache on Win98
        5179 by: Chris
        5180 by: Balraj Dhaliwal
        5188 by: Balraj Dhaliwal

Re: Strange problem with mime-type
        5181 by: Veronica Yuill
        5182 by: Chris
        5186 by: Matt
        5189 by: Veronica Yuill

Premature end of script headers
        5183 by: tschoofs.freenet.de
        5185 by: Chris

Problem configuring Apache 1.3.14
        5184 by: Vercesi Paolo

freetype+gd+php not working
        5187 by: Dan Ramaley

PWS & PHP config problem
        5190 by: Paul

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Hello,
 Read below...


> New Apache/PHP4 user needs help...
> 
> I have got Apache 1.3.22 running on Win98SE. When the console is
> started it reports "Apache/1.3.22 (Win32) running..." and the
> "http://localhost"; shows that Apache has been configured and is
> running.
> 
> However, after installing PHP 4.0.6 CGI manually into c:\php4 using the
> following:
> 
> 1. edit c:\windows\php.ini with :
>    extension_dir = c:\php4
>    doc_root = c:\apache\htdocs
> 2. edit apache configuration file and add the following lines:
>    ScriptAlias /php/ "c:/php4/"
>    AddType application/x-httpd-php .php
>    AddType application/x-httpd-php .phtml
>    Action application/x-httpd-php "/php/php.exe"
> 
> These lines were added after the:
>    ScriptAlias /cgi-bin/ "C:/Program Files/Apache
> Group/Apache/cgi-bin/"
> which I assume must still be present.
> 
> When restarting the Apache console, the same message appears as before:
> "Apache/1.3.22 (Win32) running..."
> 
> Here I would have expected to see additional PHP information.
> 
> When running "<?php phpinfo();  ?>" as a file called testphp.html,

That file should read testphp.php *not* .html :-)

That should get it (assuming there are no other issues.

Best wishes,
 Chris


> I
> get a blank screen. View source [according to the PHP FAQ] shows the
> source line which implies that the command was not sent to the server
> [I assume the Apache/PHP4 server] correctly.
> 
> Any information to help me resolve this problem will be most helpful.
> Thanks.
> 
> Balraj.
> 
> 
> 
> -- 
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]


-- 
H.R. Communications Corp.
http://www.dnswatch.com


............................................
This email was sent using DNSWATCH WebMail.
   "Get an account today!"
http://www.dnswatch.com/dnswm112/


--- End Message ---
--- Begin Message ---
Dear Chris,
Thanks for the suggestion. There is progress, but I am still having problems.
I renamed the file to testphp.php as you suggested and when opening the file
in Internet Explorer, I still get a blank screen but there is a window that
pops up just for a nanosecond - this is the standard IE window that is asking
whether I want to open the file or save it to disk.

A view source now shows the following:
<HTML></HTML>

I'm still confused about whether Apache should report that PHP is installed
or not. Currently, it is not.

Hope you [or somebody else] can help with this.

Many thanks,
Balraj

Chris wrote:

> Hello,
>  Read below...
>
> > New Apache/PHP4 user needs help...
> >
> > I have got Apache 1.3.22 running on Win98SE. When the console is
> > started it reports "Apache/1.3.22 (Win32) running..." and the
> > "http://localhost"; shows that Apache has been configured and is
> > running.
> >
> > However, after installing PHP 4.0.6 CGI manually into c:\php4 using the
> > following:
> >
> > 1. edit c:\windows\php.ini with :
> >    extension_dir = c:\php4
> >    doc_root = c:\apache\htdocs
> > 2. edit apache configuration file and add the following lines:
> >    ScriptAlias /php/ "c:/php4/"
> >    AddType application/x-httpd-php .php
> >    AddType application/x-httpd-php .phtml
> >    Action application/x-httpd-php "/php/php.exe"
> >
> > These lines were added after the:
> >    ScriptAlias /cgi-bin/ "C:/Program Files/Apache
> > Group/Apache/cgi-bin/"
> > which I assume must still be present.
> >
> > When restarting the Apache console, the same message appears as before:
> > "Apache/1.3.22 (Win32) running..."
> >
> > Here I would have expected to see additional PHP information.
> >
> > When running "<?php phpinfo();  ?>" as a file called testphp.html,
>
> That file should read testphp.php *not* .html :-)
>
> That should get it (assuming there are no other issues.
>
> Best wishes,
>  Chris
>
> > I
> > get a blank screen. View source [according to the PHP FAQ] shows the
> > source line which implies that the command was not sent to the server
> > [I assume the Apache/PHP4 server] correctly.
> >
> > Any information to help me resolve this problem will be most helpful.
> > Thanks.
> >
> > Balraj.
> >
> >
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail:
> > [EMAIL PROTECTED]
>
> --
> H.R. Communications Corp.
> http://www.dnswatch.com
>
> ............................................
> This email was sent using DNSWATCH WebMail.
>    "Get an account today!"
> http://www.dnswatch.com/dnswm112/

--- End Message ---
--- Begin Message ---
Good news, I've solved the problem. For those interested, it was related to steps
and information missing in the install guidelines. I found this source to be
excellent:

http://www.webreview.com/2000/09_29/developers/09_29_00_2.shtml

Cheers,
Balraj

Balraj Dhaliwal wrote:

> Dear Chris,
> Thanks for the suggestion. There is progress, but I am still having problems.
> I renamed the file to testphp.php as you suggested and when opening the file
> in Internet Explorer, I still get a blank screen but there is a window that
> pops up just for a nanosecond - this is the standard IE window that is asking
> whether I want to open the file or save it to disk.
>
> A view source now shows the following:
> <HTML></HTML>
>
> I'm still confused about whether Apache should report that PHP is installed
> or not. Currently, it is not.
>
> Hope you [or somebody else] can help with this.
>
> Many thanks,
> Balraj
>
> Chris wrote:
>
> > Hello,
> >  Read below...
> >
> > > New Apache/PHP4 user needs help...
> > >
> > > I have got Apache 1.3.22 running on Win98SE. When the console is
> > > started it reports "Apache/1.3.22 (Win32) running..." and the
> > > "http://localhost"; shows that Apache has been configured and is
> > > running.
> > >
> > > However, after installing PHP 4.0.6 CGI manually into c:\php4 using the
> > > following:
> > >
> > > 1. edit c:\windows\php.ini with :
> > >    extension_dir = c:\php4
> > >    doc_root = c:\apache\htdocs
> > > 2. edit apache configuration file and add the following lines:
> > >    ScriptAlias /php/ "c:/php4/"
> > >    AddType application/x-httpd-php .php
> > >    AddType application/x-httpd-php .phtml
> > >    Action application/x-httpd-php "/php/php.exe"
> > >
> > > These lines were added after the:
> > >    ScriptAlias /cgi-bin/ "C:/Program Files/Apache
> > > Group/Apache/cgi-bin/"
> > > which I assume must still be present.
> > >
> > > When restarting the Apache console, the same message appears as before:
> > > "Apache/1.3.22 (Win32) running..."
> > >
> > > Here I would have expected to see additional PHP information.
> > >
> > > When running "<?php phpinfo();  ?>" as a file called testphp.html,
> >
> > That file should read testphp.php *not* .html :-)
> >
> > That should get it (assuming there are no other issues.
> >
> > Best wishes,
> >  Chris
> >
> > > I
> > > get a blank screen. View source [according to the PHP FAQ] shows the
> > > source line which implies that the command was not sent to the server
> > > [I assume the Apache/PHP4 server] correctly.
> > >
> > > Any information to help me resolve this problem will be most helpful.
> > > Thanks.
> > >
> > > Balraj.
> > >
> > >
> > >
> > > --
> > > PHP Install Mailing List (http://www.php.net/)
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > To contact the list administrators, e-mail:
> > > [EMAIL PROTECTED]
> >
> > --
> > H.R. Communications Corp.
> > http://www.dnswatch.com
> >
> > ............................................
> > This email was sent using DNSWATCH WebMail.
> >    "Get an account today!"
> > http://www.dnswatch.com/dnswm112/

--- End Message ---
--- Begin Message ---
Hi again,

Actually, after the ISP refused to do anything, I realised on reflection
that the problem isn't exactly that -- it's something weirder; and the
effects have changed slightly. If I have a directory with no index.html, but
an index.php, and I access it specifying only the directory, not the
filename, the server does go and get the index.php. But instead of executing
the code, hey presto, it displays the source in the browser. If I specify
the directory and the filename, the code is executed correctly. And the same
thing happens with index.shtml files: if I just give the directory name, the
file is displayed but any include directives are not parsed. If I specify
the filename, they are. So maybe I'm posting this question in the wrong
place -- it must be an Apache configuration problem, not a PHP problem?? I'm
lost ...

Veronica

Chris <[EMAIL PROTECTED]> a écrit dans le message :
[EMAIL PROTECTED]
> Hello,
>  This is an easy answer. You MUST define this in addition to the others
> listed in the httpd.conf file:
>
> index.php index.php3 index.php4 index.phtml index.phps
>
> this(ese) lines are found under the heading:
> <IfModule mod_dir.c>
>     DirectoryIndex index.html index.htm index.php default.html default.htm
> </IfModule>
>
> Your ISP should know this. Simply tell him/ her to add them. :-)
>
>  Best wishes,
> Chris
>
>
> > Hi
> >
> > I am using PHP on a remotely-hosted server so don't have access to the
> > httpd.conf file. The host has installed both PHP3 and PHP4 and
> > instructed us to use .php extensions for PHP3 files, and .php4
> > extensions for PHP 4. This is fine, but I have encountered a weird
> > problem. If the home page in a particular directory is called
> > index.html I can access it fine using
> > http://www.mydomain.com/directoryname/. But if the index file is called
> > index.php or index.php4, and I use the above syntax (i.e. not
> > specifying the filename), instead of the page displaying I am prompted
> > to download a file of type x-httpd-php. Yet, if I instead go to
> > http://www.mydomain.com/directoryname/index.php the page is correctly
> > interpreted and displayed as it should be. Tech support have been no
> > help at all, and I'm no Apache expert. Can anyone suggest what I should
> > do to fix this problem??
> >
> > Thanks!
> >
> > Veronica
> >
> >
> >
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail:
> > [EMAIL PROTECTED]
>
>
> --
> end
>
>
> ............................................
> This email was sent using DNSWATCH WebMail.
>    "Get an account today!"
> http://www.dnswatch.com/dnswm112/
>
>


--- End Message ---
--- Begin Message ---
Hello Veronica,
 Read below...

> Hi again,
> 
> Actually, after the ISP refused to do anything, I realised on
> reflection that the problem isn't exactly that -- it's something
> weirder; and the effects have changed slightly. If I have a directory
> with no index.html, but an index.php, and I access it specifying only
> the directory, not the filename, the server does go and get the
> index.php. But instead of executing the code, hey presto, it displays
> the source in the browser.

That's what happens when you don't specify index.php in the index
section of your httpd.conf file... but you already knew that. ;-)

> If I specify the directory and the filename,
> the code is executed correctly. And the same thing happens with
> index.shtml files: if I just give the directory name, the file is
> displayed but any include directives are not parsed. If I specify the
> filename, they are.

Actually, you could do an http redirect with a setting of 0 to the
actual file your attempting to post. It would work. But all of this
sure seems like too much work, just to host some pages. :-\ Maybe
your efforts would be better spent finding a *real* ISP. Sounds like
your's is a dog - no offense to you, of course.

> So maybe I'm posting this question in the wrong
> place -- it must be an Apache configuration problem, not a PHP
> problem??

See above... it's an ISP problem. If (s)he would add the names to the
index section of the hhpd.conf file. There would be *no* problems for
you (others?).

Take care, and best wishes,
 Chris

> I'm lost ...
> 
> Veronica
> 
> Chris <[EMAIL PROTECTED]> a écrit dans le message :
> [EMAIL PROTECTED]
>> Hello,
>>  This is an easy answer. You MUST define this in addition to the
>>  others
>> listed in the httpd.conf file:
>>
>> index.php index.php3 index.php4 index.phtml index.phps
>>
>> this(ese) lines are found under the heading:
>> <IfModule mod_dir.c>
>>     DirectoryIndex index.html index.htm index.php default.html
>>     default.htm
>> </IfModule>
>>
>> Your ISP should know this. Simply tell him/ her to add them. :-)
>>
>>  Best wishes,
>> Chris
>>
>>
>> > Hi
>> >
>> > I am using PHP on a remotely-hosted server so don't have access to
>> > the httpd.conf file. The host has installed both PHP3 and PHP4 and
>> > instructed us to use .php extensions for PHP3 files, and .php4
>> > extensions for PHP 4. This is fine, but I have encountered a weird
>> > problem. If the home page in a particular directory is called
>> > index.html I can access it fine using
>> > http://www.mydomain.com/directoryname/. But if the index file is
>> > called index.php or index.php4, and I use the above syntax (i.e. not
>> > specifying the filename), instead of the page displaying I am
>> > prompted to download a file of type x-httpd-php. Yet, if I instead
>> > go to http://www.mydomain.com/directoryname/index.php the page is
>> > correctly interpreted and displayed as it should be. Tech support
>> > have been no help at all, and I'm no Apache expert. Can anyone
>> > suggest what I should do to fix this problem??
>> >
>> > Thanks!
>> >
>> > Veronica
>> >
>> >
>> >
>> >
>> > --
>> > PHP Install Mailing List (http://www.php.net/)
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED] To
>> > contact the list administrators, e-mail:
>> > [EMAIL PROTECTED]
>>
>>
>> --
>> end
>>
>>
>> ............................................
>> This email was sent using DNSWATCH WebMail.
>>    "Get an account today!"
>> http://www.dnswatch.com/dnswm112/
>>
>>
> 
> 
> 
> -- 
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]


-- 
H.R. Communications Corp.
http://www.dnswatch.com


............................................
This email was sent using DNSWATCH WebMail.
   "Get an account today!"
http://www.dnswatch.com/dnswm112/


--- End Message ---
--- Begin Message ---
> That's what happens when you don't specify index.php in the index
> section of your httpd.conf file... but you already knew that. ;-)

Shouldn't you get the standard Apache "Index of /" Directory Index Listing
if there isn't a valid DirectoryIndex file in the directory?

>  If I specify the directory and the filename,
>  the code is executed correctly. And the same thing happens with
>  index.shtml files: if I just give the directory name, the file is
>  displayed but any include directives are not parsed. If I specify the
>  filename, they are.

Veronica, didn't you say way back that the ISP requires you to use .php for
*php3* and .php4 for php4?
Could that be the trouble?  Why not start from scratch, and put only an
index.php4 file in the directory that only has:
<?php
phpinfo();
?>
and browser to server and see what you get.

--- End Message ---
--- Begin Message ---
See comments inline ...
Matt <[EMAIL PROTECTED]> a écrit dans le message :
001d01c17cbd$c6a91f00$[EMAIL PROTECTED]
> > That's what happens when you don't specify index.php in the index
> > section of your httpd.conf file... but you already knew that. ;-)
>
> Shouldn't you get the standard Apache "Index of /" Directory Index Listing
> if there isn't a valid DirectoryIndex file in the directory?

... unless directory browsing is switched off (as it should be) when you'd
expect to get "Forbidden" ?? (I think -- I'm no Apache expert).
>
> >  If I specify the directory and the filename,
> >  the code is executed correctly. And the same thing happens with
> >  index.shtml files: if I just give the directory name, the file is
> >  displayed but any include directives are not parsed. If I specify the
> >  filename, they are.
>
> Veronica, didn't you say way back that the ISP requires you to use .php
for
> *php3* and .php4 for php4?
> Could that be the trouble?  Why not start from scratch, and put only an
> index.php4 file in the directory that only has:
> <?php
> phpinfo();
> ?>
> and browser to server and see what you get.

I did that, creating a new subdirectory with only one file in it, and I got
the source code displayed in the browser when I just went to
www.mydomain.com/test/ -- but when I went to
www.mydomain.com/test/index.php4 the code was interpreted and I got the
output you would expect. This is what's weird -- if it isn't configured to
recognise anything other than .htm and .html, why am I not getting either a
directory listing or "forbidden"? If Apache knows it's got to look for
index.php4, why is it just returning it to the browser instead of
interpreting it first?

I'm sure there must be some kind of misconfiguration. The ISP say they can't
possibly change anything because it would affect everyone else on the
server -- a good thing, I would have thought, since they can't have many
clients who want their includes to fail and their PHP source to be displayed
to the world.

Chris is right, the ISP is a dog (ex-telco monopoly and it shows!). They
seem to think I'm making a fuss about nothing and I should just stick an
index.html in every directory with a meta-refresh of zero redirecting to the
real page. The client insisted on using this ISP, and the site launches
today, so that's what I've done for the present. I'll try to talk them into
switching hosts later. Thanks for your help anyway ...

Veronica



--- End Message ---
--- Begin Message ---
hi,

Does anybody know what the error "Premature end of script headers: <script name>" in 
apache's error-log mean? I suppose it's an incorrect configuration of the apache 
server. but: what's the problem?

thanks
  tobi


--  
Mit den neuen freenet.de Grusskarten bringen Sie sich jetzt leicht 
in nette Erinnerung und Farbe ins Spiel: 
http://freecards.freenet.de

freenet.de - normal ist das nicht!
--- End Message ---
--- Begin Message ---
> hi,
> 
> Does anybody know what the error "Premature end of script headers:
> <script name>" in apache's error-log mean? I suppose it's an incorrect
> configuration of the apache server. but: what's the problem?

More frequently than not, it's a poorly written perl script, .cgi, .pl
et al.

Chris


> 
> thanks
>  tobi
> 
> 
> --  
> Mit den neuen freenet.de Grusskarten bringen Sie sich jetzt leicht  in
> nette Erinnerung und Farbe ins Spiel: 
> http://freecards.freenet.de
> 
> freenet.de - normal ist das nicht!


-- 
Chris out...
       _________      __________        __________      _____________
      /   _____/\    /   ____   \      /   ______/\    /____    ____/\
     /   /\____\/   /   /\_ /   /\    /   / \____\/    \___/   /\___\/
    /   /_/__      /   /_/_/   / /   /   /__/_            /   / /
   /   _____/\    /   ____    / /    \_____    \         /   / /
  /   /\____\/   /   /\_ /   / /      \____\   /\       /   / /
 /   / /        /   / / /   / /   _________/  / /      /   / /
/___/ /        /___/ / /___/ /   /___________/ /      /___/ /
\___\/         \___\/  \___\/    \___________\/       \___\/.dnswatch.com
They that can give up essential liberty to obtain a little
temporary safety deserve neither liberty nor safety.
          - Benjamin Franklin
..

............................................
This email was sent using DNSWATCH WebMail.
   "Get an account today!"
http://www.dnswatch.com/dnswm112/


--- End Message ---
--- Begin Message ---
Hello

I'm trying to install Apace 1.3.14 and PHP 4.0.6 in a W2000 environment.
I unzipped PHP in 'c:\php'
I installed Apace in 'c:\programmi\apache group\apache'

I copied, renamed and updated 'c:\php.ini-inst' in 'c:\windows\php.ini'

I updated 'httpd.conf', adding the following lines:
    DirectoryIndex index.html index.php index.php3 index.php4 index.phtml
    ScriptAlias /php/ "c:/php"
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php .php3
    AddType application/x-httpd-php .php4
    AddType application/x-httpd-php .phtml
    Action application/x-httpd-php "/php/php.exe"
    Listen 1974

I created a file 'c:\php\testphp.php' with the following content:
<HTML>
        <?php phpinfo(); ?>
</HTML>

I'm using IE5, and the request 'http://127.0.0.1:1974/php/testphp.php'
returns:
'Internal server error'. The following are lines from 'error.log':

[Tue Dec 04 11:50:11 2001] [error] [client 127.0.0.1] c:/php/testphp.php is
not
executable; ensure interpreted scripts have "#!" first line
[Tue Dec 04 11:50:11 2001] [error] [client 127.0.0.1] couldn't spawn child
process: c:/php/testphp.php

Instead, the request 'http://127.0.0.1:1974/php/php.exe?testphp.php' works
fine, and I can see the PHP info page, but I doesn't like this type of URL.

What mistakes I've done in configuring Apache?

Thank in advance.
Regards
Paolo
--- End Message ---
--- Begin Message ---

I have been trying to get FreeType working with PHP but have had no
luck. In Apache's error log i'm getting:

PHP Warning:  libgd was not built with TrueType font support

Here's the lines that are probably pertinent from my web server
compilation script. Any suggestions on how to fix this would be greatly
appreciated.

FreeType 2.05
-------------

make setup CFG="--prefix=/usr/local"
make
make install

GD 1.8.4
--------

Changed lines in Makefile to:

CFLAGS=-O -DHAVE_LIBPNG -DHAVE_LIBJPEG  -DHAVE_LIBFREETYPE
LIBS=-lgd -lpng -lz -lm  -lfreetype
INCLUDEDIRS=-I. -I/usr/include/freetype2 -I/usr/include/X11 \
     -I/usr/X11R6/include/X11 -I/usr/local/include \
     -I/usr/local/src/jpeg-6b -I/usr/local/include/freetype2

# /usr/local/src/jpeg-6b is the source location for jpeg-6b.
# /usr/include/freetype2 doesn't exist, but the script i use
# for the installation doesn't remove it and since it doesn't
# exist, no harm should be done. Same with the X11 directories.

make
make install

PHP 4.0.6
---------

./configure --with-apache=../apache_1.3.22 --with-openssl \
     --with-imap=/usr/local/src/imap-2000c \
     --with-pgsql=/usr/local/pgsql --with-mysql=/usr/local/mysql \
     --with-dbase --with-ms-sql --with-sybase=/usr/local/freetds \
     --with-config-file-path=/etc/httpd --enable-track-vars \
     --disable-debug --enable-pic --enable-inline-optimization \
     --enable-ftp --with-xml \
     --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr/local \
     --with-freetype-dir=/usr/local/freetype-2.0.5 --with-zlib \
     --enable-gd-native-tt --with-freetype
make
make install

Apache 1.3.22
-------------

SSL_BASE="SYSTEM" ./configure --prefix=/usr/local/apache \
     --with-layout=RedHat --enable-module=most --enable-module=ssl \
     --activate-module=src/modules/perl/libperl.a \
     --activate-module=src/modules/php4/libphp4.a
make
make certificate TYPE=dummy
make install

------------------------------------------------------------------------
Dan Ramaley
Digital Media Library Specialist
(515) 271-1934
Cowles Library 140, Drake University

--- End Message ---
--- Begin Message ---
Hello, I have tried everywhere else but no-one seems to no the answer. Heres
is the problem.

I have installed Personal Web Server from the WIN98 CD.
I have downloaded PHP4.0.8 from http://php4win.de/

It worked first time i tried it a while ago and then one day i got an advert
pop up about photo parade player which had decided it was going to take over
my php extensions. (This comes with Adobe Photodeluxe so be warned) I went
to the photoparade site and told them what i thought of that and followed
their instructions, it didnt work.
Eventually i reformatted to start all over again.

Now the problem is whenever i try to display a php page the browser displays
the PHP code instead of whatever output it was meant to display.
I have reinstalled again and the same problem, i also know there is nothing
wrong with my code as i am trying previous examples i saved to disk.

Can someone help explain how to make PWS take the php code, parse it and
display the result properly? If it requires change httpd.conf then can you
please tell me where to find it also!?

phpinfo(); doesnt do anything at all.

Sorry for the essay but i am really starting to lose my patience on this one
as i am trying to learn it for my own websites.

Thanks very much for any help

Paul


--- End Message ---

Reply via email to