Http://www.cnblogs.com/wuhuisheng/archive/2011/03/23/1992652.html
The main code for phone number verification is as follows:
Public bool istelephone (string str_telephone)
{
Return System. Text. regularexpressions. RegEx. ismatch (str_telephone, @ "^ (\ D {3, 4 }-)? \ D {6, 8} $ ");
}
The main code used to verify the mobile phone number is as follows:
Public bool ishandset (string str_handset)
{
Return Sys
PHP + AJAX automatically completes the example: processing the zip code. After the customer enters a POSTCODE, zipcode. PHP receives it, extracts the corresponding data from the data table, and then returns it to the client in a certain format (separated by | ). After the customer enters a POSTCODE, zipcode. PHP receives it, extracts the corresponding data from the data table, and then returns it to the cli
There are always a lot of text boxes that prohibit non-Numeric Character Input. For example, if the mobile phone number has a zip code, the following describes how to prohibit it. Interested friends can learn about it at work, there are always a lot of text boxes that prohibit non-numeric characters from being entered, such as mobile phone numbers.
The Code i
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;
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 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
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
Js|xml
"Original author" Congxing (CNCXZ) [e-mail:cncxz@126.com]"keywords" javascript xml zip code"Code Download"Http://www.thisky.cn/down/jsxmlzip.rar
These days make a system of ZIP code query function, whim made this js+xml version, because the amount of XML data (more th
front-end synthesis of two-dimensional code and background images, bulk export zip download
Background: Need to generate a lot of two-dimensional code, and combined with background pictures to create pictures, bulk download to the local, provided to print manufacturers to print.
Scenario 1: Background synthesis, background to provide downloads.Scenario 2: Front-
Verification of mobile phone numbers (starting with 13 and starting with 158,159, 11 digits in total)Copy codeThe Code is as follows:Var re;Var ss = document. getElementById ('textbox3 '). value;Re =/^ (13 [0-9] {9}) | (15 [89] [0-9] {8}) $/If (re. test (ss )){Document. getElementById ('label3'). innerText = ""; // assign a value to the label using innerText}Else{Document. getElementById ('label3'). innerText = "enter the correct mobile phone number!
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.