In specific Web site programming projects, sometimes you need to use PHP script code to control the compression and decompression zip file. The following is a simple PHP zip decompression implementation code, the need for friends can refer to the next careful study of a bit.
After PHP installation comes with a
ZipCode
if (Document.regform.u_zipcode.value = = "") {
Alert ("Hint: You must enter a ZIP code!") ");
Document.regform.u_zipcode.focus ();
return false;
}
if (document.regform.u_zipcode.value.length!=6) {
Alert ("Hint: Zip length not correct!") ");
Document.regform.u_zipcode.focus ();
return false;
}
bstring = "0123456789";
for (i = 0;
PECL (The PHP Extension Community Library)There is a rar package available for use.However, you must install it manually.For Unix, refer to the following installation method:
Fetch http://pecl.php.net/get/rar-x.x.x.tgzGunzip rar-xxx.tgzTar-xvf rar-xxx.tarCd rar-xxxPhpize./Configure make install
Of course, if freebsd is used, port installation will be faster.
Cd/usr/ports/archivers/pecl-rarMakeMake install
Remember to restart apache after installationAfter installation, you can perform a test.C
Finally, let me find the solution, that is, to implement this function through the PHP program execution function, because there are too many things that can solve ZIP files now (if you do not believe it, you can go to the place where you have downloaded the software to find it, so you will not be disappointed, and I will not be wrong ).The following is the original file of the program:# Upload. php Tutorial The
related functions, so need to help third-party functions to use
Fortunately there is this PECL (the PHP Extension Community Library)
There is a RAR package can be used
But it has to be installed manually.
If Unix, you can refer to the following installation method
Fetch HTTP://PECL.PHP.NET/GET/RAR-X.X.X.TGZ
Gunzip rar-xxx.tgz
TAR-XVF Rar-xxx.tar
CD rar-xxx
Phpize
./configure make make install
Of course, if FreeBSD, it would be quicker to use port.
Cd/usr/ports/archivers/pecl-rar
Make
Make
This article describes the JS and jquery verified e-mail, mobile phone number, zip code method.
jquery Code:
Verify ZIP code
$ ("#postcode"). blur (function () {
//Get Postal code
var postcode=$ ("#postcode"). Val ()
Php obtains all the information (such as the address, postal code, country, and latitude and longitude) of the specified IP address. Php obtains all the information (such as address, zip code, country, and latitude and longitude) of a specified (guest) IP address. This document describes how to obtain the specified IP address (visitor) by using php) all IP inform
This function uses regular expressions to determine whether it is a valid zip code (fixed length.
The Code is as follows:
Copy code
// Function name: CheckPost ($ C_post)// Usage: Determine whether the zip code
Zip:pclzip http://www.phpconcept.net/pclzip/index.en.php
rar:pecl rar Http://pecl.php.net/package/rar
In the past to perform the decompressor under PHP, the most common way is to write command and then use EXEC () and other execution functions to run
This may be possible under Windows, but switching to UNIX can be a problem for account permissions and cannot be executed successfully
Is there a way of providing a function that can be used directly without having to go to the command to run?
The a
The problem was discovered by chance when this compilation was published in the previous period:
Zip error:invalid Command Arguments (cannot repeat names in zip file) Make: * * * [out/target/product/k200_hdmiin/system/etc /recovery-resource.dat] Error 16make: * * * waiting for unfinished jobs ....
Background Introduction
Bo Master is currently engaged in Androidtvbox development, based on Androi
functions to use
Fortunately there is this PECL (the PHP Extension Community Library)
There is a RAR package can be used
But it has to be installed manually.
If Unix, you can refer to the following installation method
Fetch HTTP://PECL.PHP.NET/GET/RAR-X.X.X.TGZ
Gunzip rar-xxx.tgz
TAR-XVF Rar-xxx.tar
CD rar-xxx
Phpize
./configure make make install
Of course, if FreeBSD, it would be quicker to use port.
Cd/usr/ports/archivers/pecl-rar
Make
Make install
Remember to restart Apache after insta
Jquery Regular Expression verification: Zip Code address, jquery Regular Expression
Requirement Description:
The front-end page uses regular expressions to verify that the entered data in the text input box is a zip code (the start cannot be 0, 6 digits in total ).
Code D
Careful research, the original use of PHP to write the decompression program efficiency than the imagination is still high many, since so good, and then optimize the use of their own backstage, although now most of the space Control Panel has compression and decompression this function, but sometimes some trouble.Do this before, no contact with the PHP compression this piece, online search some, most are PHP compression class, compression function, less than hundreds of lines, more than thousand
This article describes how to obtain all the information (such as the address, zip code, country, and latitude and longitude) of a specified IP address in php, it is very simple and practical to call an API to query visitor information,
This article describes how to obtain all the information (such as the address, zip code
: This article describes php regular expression verification (email address, Url address, phone number, and zip code). If you are interested in PHP tutorials, refer to it. The content to be verified in this example is as follows: email address, Url address, phone number, and zip code. the verification method is for you
No more nonsense, to put the key code for everyone, the specific code as follows:
import java.io.File; import java.io.FileOutputStream; import java.io.IOException;
Import Java.io.InputStream;
Import java.util.Enumeration;
Import Org.apache.tools.zip.ZipEntry;
Import Org.apache.tools.zip.ZipFile;
Import Org.springframework.stereotype.Service;
Import org.springframework.transaction.annotation.Transa
Use an open-source Ajax Library: Ajax toybox
Description:When registering or checking out a shopping cart, you need to fill in your personal data. This step can be concise. We only need to fill in the zip code for the guests and then follow the zip code, the database automatically retrieves the corresponding province,
Description: during registration or shopping cart checkout, you need to fill in your personal data. This step can be concise. We only need to fill in the zip code for the guests and then follow the zip code, the database automatically retrieves the corresponding province, city, and other address information.
This not o
Ajax
Description:
In the registration or shopping cart checkout, users need to fill in personal data, this link can be concise, we need only guests fill in the ZIP code, and then according to this zip code, automatically from the database to remove the corresponding provincial, city and other address information. This
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.