Another reply...
lizet
-Original Message-
From: Marek Kilimajer [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 09, 2004 1:12 PM
To: Lizet Peña de Sola
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Tidy installation problem in php 4.3.8
Lizet Peña de Sola wrote:
> Hello Marek, thanks
PROTECTED]
> Sent: Thursday, September 09, 2004 12:42 PM
> To: Lizet Peña de Sola
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Tidy installation problem in php 4.3.8
>
>
>
> Do you mean you installed tidy php module on your hosting company
> server? Then you need
stallation problem in php 4.3.8
Do you mean you installed tidy php module on your hosting company
server? Then you need to load the module using dl():
if (!extension_loaded('tidy')) {
if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) {
dl('/path/to/php_tidy.dll
x27;ll let you know, thanks
Lizet
-Original Message-
From: Marek Kilimajer [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 09, 2004 12:42 PM
To: Lizet Peña de Sola
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Tidy installation problem in php 4.3.8
Do you mean you installed tidy php modu
Lizet Peña de Sola wrote:
Hi all,
I need to use tidy for cleaning up html in my project, our hosting company
has php 4.3.8, so we need to install tidy and make the installation again.
After several times, the configure and make commands replied no error,
however, the phpinfo() doesn't show the pack
Hi all,
I need to use tidy for cleaning up html in my project, our hosting company
has php 4.3.8, so we need to install tidy and make the installation again.
After several times, the configure and make commands replied no error,
however, the phpinfo() doesn't show the package as installed and when
6 matches
Mail list logo