;extension=php_pdf.dll
you have to uncomment that line above inside php.ini
Elias
"Brian McGarvie" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> OK Help
>
> I always seem to have trouble installing extensions... what am I doing
> wrong? (trying to get P
Since you're also posting in PHP forums you can make use of such language!
;)
.style1 { color:=$css_color?>; height:100px}
.style2 { color:=$css_color?>; height:100px}
etc...
Elias
"Scott Carr" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I know
Since you're also posting in PHP forums you can make use of such language!
;)
.style1 { color:=$css_color?>; height:100px}
.style2 { color:=$css_color?>; height:100px}
etc...
Elias
"Scott Carr" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I know t
You can do something like this untested code:
$drives = "";
for ($i=0;$i<25;$i++)
{
$drives .= chdir(Chr($i + 65) . ":\") ? Chr($i + 65) : "";
}
echo "the drives are: $drives";
"Markus Fischer" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> can so
Yes. It must be. PHP in order to get parsed by the server.
It depends on the Web Server, you can configure it to parse also HTML files.
"Goodluckmo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Sorry ,i am first use php. I use php code in fontpage like u