ISBN check 0.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News ISBN check 0.2 (Default branch)
# 1  
Old 02-21-2008
ISBN check 0.2 (Default branch)

ISBN check is a simple PHP class to verify whethera given book ISBN (International Standard BookNumber) code is valid. It supports ISBN-10,ISBN-13, and GTIN-14. It will also performconversions on valid numbers when possible.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Perl code to check date and check files in particular dir

Hi Experts, I am checking how to get day in Perl. If it is “Monday” I need to process…below is the pseudo code. Can you please prove the code for below condition. if (today=="Monday" ) { while (current_time LESS THAN 9:01 AM) ... (1 Reply)
Discussion started by: ajaypatil_am
1 Replies

2. UNIX for Advanced & Expert Users

Check EOF char in Unix. OR To check file has been received completely from a remote system

Advance Thanks. (1) I would like to know any unix/Linux command to check EOF char in a file. (2) Or Any way I can check a file has been reached completely at machine B from machine A. Note that machine A ftp/scp the file to machine B at unknown time. (5 Replies)
Discussion started by: alexalex1
5 Replies

3. Shell Programming and Scripting

help me create regexp for ISBN

ISBN 10: it has 4 groups separated with ' ' or '-' 1. group need to has 1-5 digits 2. group need to has max 7 3. max 6 4. 1 digit or letter 'X' ISBN 13 5 groups separated with ' ' or '-' 1. group - always has 3 digits 2. group same as 1st in isbn10 3. group same as 2nd in isbn10 4.... (6 Replies)
Discussion started by: Lukasito
6 Replies

4. UNIX for Dummies Questions & Answers

Script to check for a file, check for 2hrs. then quit

I wish to seach a Dir for a specific file, once the file is found i will perform additional logic. If the file is not found within two hours, i would like to exit. Logically, I'm looking for the best way to approach this Thanks for any assistance in advance. Note: I'm using a C shell and... (2 Replies)
Discussion started by: mmarsh
2 Replies
Login or Register to Ask a Question