php-install Digest 22 Jan 2003 14:34:38 -0000 Issue 1213
Topics (messages 9769 through 9790):
Re: SQL
9769 by: Timothy Hitchens \(HiTCHO\)
9770 by: Luke Woollard
Re: Problem compiling PHP 4.3.0 with GD
9771 by: toby -
Re: GD configure error.
9772 by: toby -
Re: configure doesn't find libjpeg
9773 by: toby -
9776 by: akorthaus.web.de
9782 by: toby -
Re: Don't know how to parse *.html with PHP
9774 by: Vitaly Voropinov
PHP4.3.0 + AIX4.3.3 compile problems
9775 by: Thomas Goebel
9779 by: Jose
9780 by: Thomas Goebel
9781 by: Jose
9785 by: Zhiqiang Feng
9786 by: Thomas Goebel
9790 by: Jose
Re: phpPgAdmin - Safari bug
9777 by: Mario Ruggier
php doesn't work with variables like a.php?v=100
9778 by: Abel Monroy
9783 by: Chris Hewitt
9784 by: Abel Monroy
9789 by: toby -
Call to undefined function: mysql_connect
9787 by: Michael Christie
php + apache
9788 by: Zhiqiang Feng
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 ---
Please clarify your request you have MySQL and don't know how to use
it or you can't get it to work with Apache2/PHP4??
Timothy Hitchens (HiTCHO)
Open Source Consulting
e-mail: [EMAIL PROTECTED]
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 22 January 2003 12:27 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] SQL
>
>
> hi
>
> sorry for bothering you again.
>
> where can i get a suitable MySQL sever so i can download it
> in my PC, ive got mysql-31.23.54-win but i dont know how to
> use it with apache2 and PHP4
>
> any ideas.
>
> thanks
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
try mysql.com
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 22 January 2003 1:27 PM
To:
Subject: [PHP-INST] SQL
hi
sorry for bothering you again.
where can i get a suitable MySQL sever so i can download it in my PC, ive
got mysql-31.23.54-win but i dont know how to use it with apache2 and PHP4
any ideas.
thanks
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
hi
you need tow extra libraries for gd support
tiff and jpeg
you will hae to down load these, put them in ur php folder and configure
php.ini to work
--with both
hope dis helps .....
good luck
toby .....
_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
--- End Message ---
--- Begin Message ---
jose
are ur jpeg and other libries in php folder ?????
try moving them round .....
good luck
toby .....
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
--- End Message ---
--- Begin Message ---
hi
the lib has to be in ur php folder
if it aint ......it cant be found
good luck
toby .....
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
--- End Message ---
--- Begin Message ---
> hi
> the lib has to be in ur php folder
> if it aint ......it cant be found
>
> good luck
>
> toby .....
>
>
Hi!
How do you know ? ;-)
Where can I find information like this for other libs? Which important libs
have the same "problem"? If I put libjpeg into my php directory
(/usr/local/php-4.3.0), must I spezify this path again or just --with-jpeg?
Which file has to be copied into my php-dir? libjpeg.so.62?
Thank you!
regards
Andreas
--- End Message ---
--- Begin Message ---
hi
Thank you!
ur welcum .... :)
How do you know ? ;-)
tell me 1st if it fixed ur probelm up ????
well .... it takes a bit of hard learing ....
to know it all .....
every time u see an error like that know that the path is messed up or
move ur folders and files around in php folder and apache folder ......
silly..... but it works .....
Where can I find information like this for other libs? Which important
>libs
have the same "problem"?
well all the libriez have to be in ur php folder .... all the ones u want to
configure that iz ....
If I put libjpeg into my php directory
(/usr/local/php-4.3.0), must I spezify this path again or just
--with->jpeg?
--with-gd
--with-jpeg-dir=C:\WINNT\system32\inetsrv\php\libjpeg
--with-tiff-dir=C:\WINNT\system32\inetsrv\php\tiff
these lines cum stright from ny php.ini
i guess ur workin with redhat/linux so work ur way around with the path
..... i ve no clue how paths go there ...... sorry .... :$
Which file has to be copied into my php-dir? libjpeg.so.62?
the folder libjpeg has to be inside ur php folder
hope i ve helped ....
good luck
toby ......
_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail
--- End Message ---
--- Begin Message ---
> Whenever I configure Apache for PHP-parsing of .html-files, all HTML-files
> don't get parsed, instead the dialog "open/save" are shown when I try to
> view any .html-page.
> At the same time all .php files works correct. This problem occured only
> when I add .html files parsing to httpd.conf.
>
> In httpd.conf:
>
> AddType application/x-httpd-php .php - this works correct
> AddType application/x-httpd-php .php .html - the dialog "open/save" shown
> only with .html, .php still working
Mmmm.. I think this trouble arise from mime types
(application/x-httpd-php), but I don't know how to correct it.
--- End Message ---
--- Begin Message ---
Hi,
i have big problems compiling and installing php4.3.0 on our AIX4.3.3
System.
I have compiled and installed apache-1.3.27 with the following options
./configure \
"--with-layout=GNU" \
"--with-perl=/usr/local/bin/perl" \
"--prefix=/usr/local/apache" \
"--enable-module=most" \
"--enable-shared=max" \
make
make install
All works fine until this point.
Then i try to compile php4.3.0
./configure --with-apxs=/usr/local/apache/sbin/apxs -
-with-config-file-path=/usr/local/apache --enable-track-vars
--with-ingres=$II_SYSTEM/ingres
Works fine.
Then.
make
....
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_unlock
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_lock
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_destroy
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_init
ld: 0711-317 ERROR: Undefined symbol: .pthread_key_create
ld: 0711-317 ERROR: Undefined symbol: .pthread_setspecific
ld: 0711-317 ERROR: Undefined symbol: .pthread_getspecific
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_trylock
ld: 0711-317 ERROR: Undefined symbol: .pthread_self
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
make: *** [sapi/cli/php] Error 1
So, what happens here?
Please help me.
Thanks.
Thomas
--
--------------------------------------------------------
[EMAIL PROTECTED]
--------------------------------------------------------
--- End Message ---
--- Begin Message ---
What c compiler do you use ?
You must compile apache with --enable-module=so because you are compiling
php like module.
I have working that configuration apache1.3.27 and php 4.2.3 without
problems on aix 4.3.3.10 and using gcc.3.2.1
----------------------------------------------------------------
Tu portal de Aix en Espaņol
http://aixpanish.com
------------------------------------------------------------
----- Original Message -----
From: "Thomas Goebel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003 10:19 AM
Subject: [PHP-INST] PHP4.3.0 + AIX4.3.3 compile problems
> Hi,
>
> i have big problems compiling and installing php4.3.0 on our AIX4.3.3
> System.
> I have compiled and installed apache-1.3.27 with the following options
> ./configure \
> "--with-layout=GNU" \
> "--with-perl=/usr/local/bin/perl" \
> "--prefix=/usr/local/apache" \
> "--enable-module=most" \
> "--enable-shared=max" \
>
> make
> make install
>
> All works fine until this point.
>
> Then i try to compile php4.3.0
> ./configure --with-apxs=/usr/local/apache/sbin/apxs -
> -with-config-file-path=/usr/local/apache --enable-track-vars
> --with-ingres=$II_SYSTEM/ingres
> Works fine.
>
> Then.
>
> make
> ....
> ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_unlock
> ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_lock
> ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_destroy
> ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_init
> ld: 0711-317 ERROR: Undefined symbol: .pthread_key_create
> ld: 0711-317 ERROR: Undefined symbol: .pthread_setspecific
> ld: 0711-317 ERROR: Undefined symbol: .pthread_getspecific
> ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_trylock
> ld: 0711-317 ERROR: Undefined symbol: .pthread_self
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information.
> collect2: ld returned 8 exit status
> make: *** [sapi/cli/php] Error 1
>
> So, what happens here?
>
> Please help me.
>
> Thanks.
> Thomas
> --
>
> --------------------------------------------------------
> [EMAIL PROTECTED]
> --------------------------------------------------------
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
I thougth, that the configure options
--enable-module=most
--enable-shared=max
includes the --enable-module=so option.
I`m wrong?
I use gcc version 2.95.2 19991024 (release). Because i had not found a
newer one on Bull or other AIX software sites.
Can you please tell me your steps/options to compile.
BTW: Apache works fine.
Regards,
Thomas
Jose wrote:
What c compiler do you use ?
You must compile apache with --enable-module=so because you are compiling
php like module.
I have working that configuration apache1.3.27 and php 4.2.3 without
problems on aix 4.3.3.10 and using gcc.3.2.1
----------------------------------------------------------------
Tu portal de Aix en Espaņol
http://aixpanish.com
------------------------------------------------------------
----- Original Message -----
From: "Thomas Goebel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003 10:19 AM
Subject: [PHP-INST] PHP4.3.0 + AIX4.3.3 compile problems
Hi,
i have big problems compiling and installing php4.3.0 on our AIX4.3.3
System.
I have compiled and installed apache-1.3.27 with the following options
./configure \
"--with-layout=GNU" \
"--with-perl=/usr/local/bin/perl" \
"--prefix=/usr/local/apache" \
"--enable-module=most" \
"--enable-shared=max" \
make
make install
All works fine until this point.
Then i try to compile php4.3.0
./configure --with-apxs=/usr/local/apache/sbin/apxs -
-with-config-file-path=/usr/local/apache --enable-track-vars
--with-ingres=$II_SYSTEM/ingres
Works fine.
Then.
make
....
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_unlock
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_lock
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_destroy
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_init
ld: 0711-317 ERROR: Undefined symbol: .pthread_key_create
ld: 0711-317 ERROR: Undefined symbol: .pthread_setspecific
ld: 0711-317 ERROR: Undefined symbol: .pthread_getspecific
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_trylock
ld: 0711-317 ERROR: Undefined symbol: .pthread_self
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
make: *** [sapi/cli/php] Error 1
So, what happens here?
Please help me.
Thanks.
Thomas
--
--------------------------------------------------------
[EMAIL PROTECTED]
--------------------------------------------------------
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
--------------------------------------------------------
[EMAIL PROTECTED]
--------------------------------------------------------
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
We ARE as gods and might as well get good at it.
-- Whole Earth Catalog
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
--- End Message ---
--- Begin Message ---
On bull, you can find gcc-3.0.1, but it doesn't works fine to me(in some
cases), so after i can compile 3.2.1 with gcc-3.0.1, then remove 3.0.1.
Download sources of apache and php from http://aixpdslib.seas.ucla.edu
I don't know exactly what is the meaning
of --enable-module=most --enable-shared=max , but you don't have anything to
lose if you recompiled with --enable-module=so
I don't remember exactly my configure options, but they are more or less so:
./configure --enable-module=so --with-layout=GNU --prefix=/usr/local/apache1
3
Regards.
--- End Message ---
--- Begin Message ---
Dear all, I am new to php, postgresql and apache. I intend to run them together
on RH Linux 7.2 . The installation of RH Linux 7.2 is a complete one on the PC.
So here are the list of the packages: Apache 1.3.20-16 postgresql 7.1.3-2 php
4.0.6-7 php-pgsql 4.0.6-7. Now I have tested Apache, and postgreSQL and they
seem to work fine. I add a few lines in /etc/httpd/conf/httpd.conf: loadModule
php4_module modules/libphp4.so AddModule mod_php4.c AddType
application/x-httpd-php .php4 .php3 .phtml .php AddType
application/x-httpd-php-source .phps However, when I try to load a php file it
displays nothing. Here is the file: # /usr/local/php4/bin/php I
assume the
php is installed as a CGI interpreter because I can only start httpd and could
not find the command 'apachectl' on my pc. I also tried to load the file:
It displays nothing either. I suppose that I must miss something. Can anyone
help? Zhiqiang
--- End Message ---
--- Begin Message ---
Do you think my problem with php is the result of a wrong apache
compilation?
Will try to compile apache with --enable-module=so .
!!!
BTW: If i configure php without ingres support, the "make works fine"
./configure --with-apxs=/usr/local/apache/sbin/apxs
--with-config-file-path=/usr/local/apache --enable-track-vars
Regards,
Thomas
Jose wrote:
On bull, you can find gcc-3.0.1, but it doesn't works fine to me(in some
cases), so after i can compile 3.2.1 with gcc-3.0.1, then remove 3.0.1.
Download sources of apache and php from http://aixpdslib.seas.ucla.edu
I don't know exactly what is the meaning
of --enable-module=most --enable-shared=max , but you don't have anything to
lose if you recompiled with --enable-module=so
I don't remember exactly my configure options, but they are more or less so:
./configure --enable-module=so --with-layout=GNU --prefix=/usr/local/apache1
3
Regards.
--
--------------------------------------------------------
[EMAIL PROTECTED]
--------------------------------------------------------
--- End Message ---
--- Begin Message ---
Do you have in your path /usr/local/php4/bin ?
Do you have rename php.ini-dist to php.ini and copy it in /usr/local/php4
Do you have read your access_log and error_log of apache ?
----------------------------------------------------------------------------
-
Tu portal de Aix en Espaņol
http://aixpanish.com
----------------------------------------------------------------------------
-
Singer KeyID: 0xC38C7298
----- Original Message -----
From: "Zhiqiang Feng" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003 12:59 PM
Subject: Re: [PHP-INST] PHP4.3.0 + AIX4.3.3 compile problems
> Dear all, I am new to php, postgresql and apache. I intend to run them
together
> on RH Linux 7.2 . The installation of RH Linux 7.2 is a complete one on
the PC.
> So here are the list of the packages: Apache 1.3.20-16 postgresql 7.1.3-2
php
> 4.0.6-7 php-pgsql 4.0.6-7. Now I have tested Apache, and postgreSQL and
they
> seem to work fine. I add a few lines in /etc/httpd/conf/httpd.conf:
loadModule
> php4_module modules/libphp4.so AddModule mod_php4.c AddType
> application/x-httpd-php .php4 .php3 .phtml .php AddType
> application/x-httpd-php-source .phps However, when I try to load a php
file it
> displays nothing. Here is the file: # /usr/local/php4/bin/php I
> assume the
> php is installed as a CGI interpreter because I can only start httpd and
could
> not find the command 'apachectl' on my pc. I also tried to load the file:
> It displays nothing either. I suppose that I must miss something. Can
anyone
> help? Zhiqiang
--- End Message ---
--- Begin Message ---
Here, on Darwin 6.3, X 10.2.3, Safari b5, php 4.3.0, postgres 7.3.1,
phpPgAdmin 2.4.2,
the login form is submitted successfully, and the parent frame page is
returned, but in
each of the two frames (i.e. the 2 urls below) there is again the login
page, as if there
was a redirect in each. But, in IE using same user/pass, this redirect
does not happen.
http://ruggier.dyndns.org/phpPgAdmin/left.php?server=1
http://ruggier.dyndns.org/phpPgAdmin/main.php?server=1
mario
On mardi, jan 21, 2003, at 22:12 Europe/Amsterdam, John Moore wrote:
No -- everything looks OK on my install using phpPgAdmin 2.3.1 and
Safari v51.
John
Pikes Peak Technology and Computer Services
http://www.pikespeaktech.com/
On Tuesday, January 21, 2003, at 01:24 PM, Mario Ruggier wrote:
Following the instructions on
http://developer.apple.com/internet/macosx/postgres.html,
i have successfully installed postgres + php access + phpPgAdmin.
However, logging
in (name/password are accepted) to phpPgAdmin with Safari b51, the
resulting page is a bizarre
double frames of the same login page. On IE 5.2, the resulting page
is what you would expect.
Anyone has an installation of phpPgAdmin that can check this
behaviour?
mario
_______________________________________________
web-development mailing list | [EMAIL PROTECTED]
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/web-development
Do not post admin requests to the list. They will be ignored.
Pikes Peak Technology and Computer Services
http://www.pikespeaktech.com/
--- End Message ---
--- Begin Message ---
Hello,
I have installed php 4.2.3 for Windows, in a Apache server ( 1.3.27 ). I think I have
missed some step during the installation of php.
Everything is all right, and php executes correctly things like
<?php
echo "Hello world";
?>
but if I want to pass a variable to other php, in this way,
www.localhost.com/testing.php?test=ok
and the code inside testing.php is:
<?php
if ($test=="ok") { // I have tried as well to put strcmp (($test, "ok") == 0)
echo "it works";
}
else
echo "oopps, ok=$ok--";
?>
I obtain the wrong message ( oopps, ok=-- ). , so ok is null.
I think I need to put something more in my httpd.conf file, what I don't know what.
Any idea?
Abel.
--- End Message ---
--- Begin Message ---
Abel Monroy wrote:
Hello,
I have installed php 4.2.3 for Windows, in a Apache server ( 1.3.27 ). I think I have missed some step during the installation of php.
Everything is all right, and php executes correctly things like
<?php
echo "Hello world";
?>
but if I want to pass a variable to other php, in this way,
www.localhost.com/testing.php?test=ok
and the code inside testing.php is:
<?php
if ($test=="ok") { // I have tried as well to put strcmp (($test, "ok") == 0)
echo "it works";
}
else
echo "oopps, ok=$ok--";
?>
I obtain the wrong message ( oopps, ok=-- ). , so ok is null.
I think I need to put something more in my httpd.conf file, what I don't know what.
The default setting for register_globals in php.ini has changed from
"on" to "off" for security reasons. Use the superglobals $_GET['ok'] and
$_POST['ok'] depending upon GET or POST data. Its in the release notes.
Regards
Chris
--- End Message ---
--- Begin Message ---
thanks, this was fixed the problem.
----- Original Message -----
From: "Chris Hewitt" <[EMAIL PROTECTED]>
To: "Abel Monroy" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003 1:11 PM
Subject: Re: [PHP-INST] php doesn't work with variables like a.php?v=100
> Abel Monroy wrote:
>
> >Hello,
> >
> >I have installed php 4.2.3 for Windows, in a Apache server ( 1.3.27 ). I
think I have missed some step during the installation of php.
> >
> >Everything is all right, and php executes correctly things like
> >
> ><?php
> >echo "Hello world";
> >?>
> >
> >but if I want to pass a variable to other php, in this way,
> >
> >www.localhost.com/testing.php?test=ok
> >
> >and the code inside testing.php is:
> >
> ><?php
> >if ($test=="ok") { // I have tried as well to put strcmp (($test,
"ok") == 0)
> > echo "it works";
> >}
> >else
> > echo "oopps, ok=$ok--";
> >?>
> >
> >I obtain the wrong message ( oopps, ok=-- ). , so ok is null.
> >
> >I think I need to put something more in my httpd.conf file, what I don't
know what.
> >
> The default setting for register_globals in php.ini has changed from
> "on" to "off" for security reasons. Use the superglobals $_GET['ok'] and
> $_POST['ok'] depending upon GET or POST data. Its in the release notes.
>
> Regards
>
> Chris
>
--- End Message ---
--- Begin Message ---
www.localhost.com/testing.php?test=ok
I obtain the wrong message ( oopps, ok=-- ). , so ok is null.
thats coz regiser globals are off in ur php.ini
do this
<?php
if ($test=="ok") { // I have tried as well to put strcmp
if($_GET['test']=="ok")
(($test, "ok") == 0)
echo "it works";
}
else echo "oopps, ok=$ok--";
?>
hope this helps .....
goodluck
toby .....
_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
--- End Message ---
--- Begin Message ---
Hi list ,
I have set up PHP4 on a open bsd box with mysql I was able to connect,
create a database and create a new user, etc.
Another problem has come up. Now, trying to connect to the database I
have created, am using the standard PHP function: mysql_connect, and am
getting the error:
Fatal error: Call to undefined function: mysql_connect() in
/var/www/htdocs/southwest/php/procQuery.php on line 8.
Would any one know how to fix this problem or why I am getting it?
Thanx
Michael
--- End Message ---
--- Begin Message ---
Dear all,
I am new to php, postgresql and apache. I intend to run them together
on RH Linux 7.2 . The installation of RH Linux 7.2 is a complete one on the
PC.
So here are the list of the packages:
Apache 1.3.20-16
postgresql 7.1.3-2
php 4.0.6-7
php-pgsql 4.0.6-7.
Now I have tested Apache, and postgreSQL and they
seem to work fine. I add a few lines in /etc/httpd/conf/httpd.conf:
loadModule php4_module modules/libphp4.so
AddModule mod_php4.c
AddType application/x-httpd-php .php4 .php3 .phtml .php
AddType application/x-httpd-php-source .phps
However, when I try to load a php file it
displays nothing. Here is the file:
# /usr/bin/php
<HTML>
<HEAD>
<TITLE> Testing php</TITLE>
</HEAD>
<BODY>
<?php
phpinfo();
?>
</BODY>
</HTML>
I assume the php is installed as a CGI interpreter because I can only start
httpd and could
not find the command 'apachectl' on my pc. I also tried to load the file:
<HTML>
<HEAD>
<TITLE> Testing php</TITLE>
</HEAD>
<BODY>
<?php
phpinfo();
?>
</BODY>
</HTML>
It displays nothing either.
I suppose that I must miss something. Can anyonehelp?
Thanks,
Zhiqiang
Dr. Zhiqiang Feng
School of Geography & Geosciences
Irving Building
University of St Andrews
St Andrews Fife KY16 9AL
tel: 01334 463951
[EMAIL PROTECTED]
--- End Message ---