Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Zip File Archive fatal error

Status
Not open for further replies.

UKmichael

Programmer
Mar 29, 2004
13
GB
I am using php version 4.1.2 and get a Fatal error: Call to undefined function: zip_open() in.... when I run this code.

<?php

$zip = zip_open("price.zip");
.....

I thought that Zip File Archive was ncluded (PHP 4 >= 4.1.0)

Any ideas?
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top