mailing.www.php-user
  Home FAQ Contact Sign in
mailing.www.php-user only
 
Advanced search
December 2006
motuwethfrsasuw
    123 48
45678910 49
11121314151617 50
18192021222324 51
25262728293031 52
2006
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2006      
total
mailing.www.php-user Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Re: php zip code will NOT work on my WinXP Pro IIS installtion!!         


Author: Laphan
Date: Dec 2, 2006 14:23

"J.O. Aho" example.net> wrote in message
news:4teb3aF13q95rU1@mid.individual.net...
Laphan wrote:
> All I want to do is use the following code:
>
> > $zip = new ZipArchive;
> if ($zip->open('test.zip') === TRUE) {
> $zip->extractTo('/my/destination/dir/');
> $zip->close();
> echo 'ok';
> } else {
> echo 'failed';
> }
> ?>
> If I take out the '$zip = new ZipArchive;' line I get:
> Fatal error: Call to a member function on a non-object in C...

This tells you that you are trying to use an object without created it.
Show full article (1.06Kb)
1 Comment
  php zip code will NOT work on my WinXP Pro IIS installtion!!         


Author: Laphan
Date: Dec 2, 2006 13:39

Hi All

Please, please help.

I'm not completely thick, but php terminology for getting and installing
extensions is soooo confusing to me.

All I want to do is use the following code:

$zip = new ZipArchive;
if ($zip->open('test.zip') === TRUE) {
$zip->extractTo('/my/destination/dir/');
$zip->close();
echo 'ok';
} else {
echo 'failed';
}
?>

But when I run it I keep getting:

Fatal error: Cannot instantiate non-existent class: ziparchive in C...

If I take out the '$zip = new ZipArchive;' line I get:

Fatal error: Call to a member function on a non-object in C...
Show full article (1.66Kb)
1 Comment
  Looking for a LAMP Programmer         


Author: theonlydrayk
Date: Nov 14, 2006 17:41

Looking for a LAMP Programmer for 25-47 hours per week.
Linux Fedora Core/Redhat, Apache 2.x, MySQL 4.x, PHP 5
All work can be done from home.

Must know: (to be evaluated)
* Bilingual : English/French
* Be able to work in team, good communication skills.
* Object Oriented Programming.
* PEAR (DB_DataObject, HTML_QuickForm, Cache, Mail, Mail_mime)
* Good knowledge with Linux.

Know or can be learn quickly :
- Symfony Framework for PHP.
- Version Control : CVS.

Send your resume and hourly rate to :
Sylvain Larochelle, theonlydrayk [at] gmail [period] com
no comments
  Connect the MS Access database from Apache/php on a Unix platform         


Author: harsha.patibandla
Date: Oct 16, 2006 08:57

Hi,

I am completely new to website development. I have a website hosted on
Apache server on a Uix platform and I have to develop an application
which fills up a Microsoft Access database on a windows machine.

Now I found that I will need UNIX OBDC drivers for that. I also found
this website:
http://www.easysoft.com/developer/languages/php/pear-db-odbc.html

But I am not very sure if this is the solution. Can anyoen help me out
with this?? Any help would be gr8 as I am completely clueless about
this.

Thanks,
Harsha
no comments