Hi Ulrich,

For a start your PHP code has some errors in it.  Instead of:
-->< ?PHP echo ("Ca marche !"); phpinfo() ; ?>

Try using:
<?php echo "Ca marche !"; phpinfo(); ?>

Sincerely,

Chris Till
Proprietor
DVD Plaza - www.dvdplaza.com.au
______________________________________________________________________

Confidential information may be contained in this message.  If you are not
the addressee indicated in this message (or responsible for delivery of the
message to such person), you may not copy or deliver this message to anyone.
In such case, you should destroy this message and kindly notify the sender
by reply e-mail.  Opinions, conclusions and other information in this
message that do not relate to the business of DVD Plaza shall be understood
as neither given nor endorsed by DVD Plaza.

"Ulrich Emmanuel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello everybody; as it's my first post on this list i'm a newbie using
PHP.
> I've just installed a MLysql - PHP 4 and linux redhat 7.1 and Linux and
> Mysql works fine i can not manage to correctly read php & php4 pages, the
> source is printed on the web page as follow :
>
> -->< ?PHP echo ("Ca marche !"); phpinfo() ; ?>
>
> I've successfully installed PHP here's my httpd.conf :
>
> <IfDefine HAVE_PHP>
> LoadModule php_module         modules/mod_php.so
> <IfDefine HAVE_PHP4>
> LoadModule php4_module        modules/libphp4.so
>
> <IfDefine HAVE_PHP>
> AddModule mod_php.c
>
> <IfDefine HAVE_PHP4>
> AddModule mod_php4.c
>
> But nothing works ...if someone could help i'de be very glad !
>
>
> Ulrich Emmanuel, IT Group
> Infogrames Entertainment, France
> Tel: +33 (0)4 37 64 31 56 / Icq :50918682
> http://www.infogrames.com
>
>
>



-- 
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]

Reply via email to