Re: [PHP] [php] unable to use rar_open ()

2009-06-23 Thread Lester Caine
HELP! wrote: I have install the windows php_rar.dll extension model in window but I have problem using the functions function extractZip( ) { $rar_file = rar_open('example.rar') or die("Failed to open Rar archive"); $entries_list = rar_list($ra

[PHP] [php] unable to use rar_open ()

2009-06-23 Thread HELP!
I have install the windows php_rar.dll extension model in window but I have problem using the functions function extractZip( ) { $rar_file = rar_open('example.rar') or die("Failed to open Rar archive"); $entries_list = rar_list($rar_file); print