Limit this search to....

An Introduction to PHP for Scientists and Engineers: Beyond JavaScript 2008 Edition
Contributor(s): Brooks, David R. (Author)
ISBN: 184800236X     ISBN-13: 9781848002364
Publisher: Springer
OUR PRICE:   $47.49  
Product Type: Paperback - Other Formats
Published: September 2008
Qty:
Additional Information
BISAC Categories:
- Computers | Compilers
- Science | Physics - General
- Computers | Programming Languages - General
Dewey: 005.133
LCCN: 2008926361
Physical Information: 0.32" H x 6.25" W x 9.26" (0.52 lbs) 141 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
The best way to become acquainted with a subject is to write a book about it. --Benjamin Disraeli i. Background The purpose of this book is provide an introduction to using a server-side programming language to solve some kinds of computing problems that cannot be solved with a client-side language such as JavaScript. The language is PHP (originally created in 1994 by Danish/Icelandic programmer Rasmus Lerdorf as "Personal Home Page Tools" for dealing with his own web site). The PHP language does not have a formal specification, as C does, for example. It is developed and maintained by a User Group of volunteers and is, essentially, defined by the most recently available free download. Although this might seem to be a shaky foundation on which to make a commitment to learning a programming language, PHP has a very large world-wide base of users and applications, which ensures its role into the foreseeable future. This book should not be considered as a PHP reference source and it does not deal exhaustively even with those elements of the PHP language used in the book. (This should be considered a blessing by the casual programmer. ) If you need more information, there is a huge amount of information online about PHP. Hopefully, this book will help you filter this information to focus on solving typical science and engineering problems. An excellent online source for information about PHP is http: //www. php. net/manual/en/index. php, maintained by the PHP 1 Documentation Group.