[PHP-WIN] Re: Loading Extension...

2002-08-16 Thread lallous
;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

[PHP-WIN] Re: CSS Question

2002-08-16 Thread lallous
Since you're also posting in PHP forums you can make use of such language! ;) .style1 { color:; height:100px} .style2 { color:; height:100px} etc... Elias "Scott Carr" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I know

[PHP-WIN] Re: CSS Question

2002-08-16 Thread lallous
Since you're also posting in PHP forums you can make use of such language! ;) .style1 { color:; height:100px} .style2 { color:; height:100px} etc... Elias "Scott Carr" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I know t

[PHP-WIN] Re: Get all available drives ?

2001-08-13 Thread lallous
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

[PHP-WIN] Re: problem.why php code used in html can't work

2001-08-13 Thread lallous
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