| |
Advertisement
|
|
|
Resources for PHP Scripts
PHP is a scripting technology for web server software, although not all web hosts provide access to PHP. Versions of PHP are available for most common web servers. The main alternatives to PHP are CGI or ASP scripting.
Here are some PHP resources and web sites:
- Hits4me.com PHP Resources
Scripts, tutorials, books, guides and more, for PHP web sites.
- ScriptCavern.com
Another directory of Scripts.
- Simple Php†
Downloadable Tutorial: Learn PHP in 17 steps.
- Essential Scripts
By our company: A collection of useful PHP scripts include Click/Counter Tracker, Feedback Form, Poll, and Top Site.
- Php Script Package!†
Offers an affordable collection of scripts (mostly PHP but some CGI) including email forms, link directory, ecommerce scripts, a top site, auction scripts, link exchanging, various affiliate scripts, a news script, banner rotation, various games, and more. Please check their web site for current details as their offer may vary from time-to-time.
- The PHP Resource Index
A large directory of PHP scripts and other resources.
- Hotscripts.com PHP Scripts and Programs
Another directory of PHP scripts.
- PhpTutorial.info
A PHP tutorial for beginners.
Here are some books from Amazon:
Disclosure: Products details and descriptions provided by Amazon.com. Our company may receive a payment if you purchase products from them after following a link from this website.
By Luke Welling
Addison-Wesley Professional Paperback (1008 pages)
 | List Price: $54.99* Lowest New Price: $29.99* Lowest Used Price: $29.99* Usually ships in 24 hours* *(As of 11:25 Pacific 11 Mar 2010 More Info)
Click Here | Product Description: PHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications. PHP and MySQL Web Development shows how to use these tools together to produce effective, interactive Web applications. It clearly describes the basics of the PHP language, explains how to set up and work with a MySQL database, and then shows how to use PHP to interact with the database and the server. This practical, hands-on book includes numerous examples that demonstrate common tasks such as authenticating users, constructing a shopping cart, generating PDF documents and images dynamically, sending and managing email, facilitating user discussions, connecting to Web services using XML, and developing Web 2.0 applications with Ajax-based interactivity. The fourth edition of PHP and MySQL Web Development has been thoroughly updated, revised, and expanded to cover developments in PHP 5 through version 5.3, such as namespaces and closures, as well as features introduced in MySQL 5.1.
|
|
By Robin Nixon
O'Reilly Media Paperback (528 pages)
 | List Price: $39.99* Lowest New Price: $23.66* Lowest Used Price: $23.66* Usually ships in 24 hours* *(As of 11:25 Pacific 11 Mar 2010 More Info)
Click Here | - ISBN13: 9780596157135
- Notes: Brand New from Publisher. No Remainder Mark.
Product Description: If you know HTML, this guide will have you building interactive websites quickly. You'll learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript, regardless of whether you already know how to program. Discover how the powerful combination of PHP and MySQL provides an easy way to build modern websites complete with dynamic data and user interaction. You'll also learn how to add JavaScript to create rich Internet applications and websites. Learning PHP, MySQL, and JavaScript explains each technology separately, shows you how to combine them, and introduces valuable web programming concepts, including objects, XHTML, cookies, and session management. You'll practice what you've learned with review questions in each chapter, and find a sample social networking platform built with the elements introduced in this book. This book will help you: - Understand PHP essentials and the basics of object-oriented programming
- Master MySQL, from database structure to complex queries
- Create web pages with PHP and MySQL by integrating forms and other HTML features
- Learn about JavaScript, from functions and event handling to accessing the Document Object Model
- Use libraries and packages, including the Smarty web template system, PEAR program repository, and the Yahoo! User Interface Library
- Make Ajax calls and turn your website into a highly dynamic environment
- Upload and manipulate files and images, validate user input, and secure your applications
|
|
By Larry Ullman
Peachpit Press Paperback (648 pages)
 | List Price: $44.99* Lowest New Price: $25.68* Lowest Used Price: $25.30* Usually ships in 24 hours* *(As of 11:25 Pacific 11 Mar 2010 More Info)
Click Here | - ISBN13: 9780321525994
- Notes: Brand New from Publisher. No Remainder Mark.
Product Description: It hasn't taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open source combination. Add this book to the mix, and there's no limit to the powerful, interactive Web sites that developers can create. With step-by-step instructions, complete scripts, and expert tips to guide readers, veteran author and database designer Larry Ullman gets right down to business: After grounding readers with separate discussions of first the scripting language (PHP) and then the database program (MySQL), he goes on to cover security, sessions and cookies, and using additional Web tools, with several sections devoted to creating sample applications. This guide is indispensable for intermediate- to advanced level Web designers who want to replace their static sites with something dynamic. In this edition, the bulk of the new material covers the latest versions of both technologies: PHP 6 (due out in 2008) and MySQL 5 (available now). The book's publication date is likely to beat the official release of PHP 6, making it one of the first books available on the subject. |
|
By William Steinmetz
No Starch Press Paperback (224 pages)
 | List Price: $29.95* Lowest New Price: $18.09* Lowest Used Price: $16.98* Usually ships in 24 hours* *(As of 11:25 Pacific 11 Mar 2010 More Info)
Click Here | - ISBN13: 9781593271732
- Notes: Brand New from Publisher. No Remainder Mark.
Product Description:
Wicked Cool PHP capitalizes on the success of the "Wicked Cool" series from No Starch Press. Rather than focus on the basics of the language, Wicked Cool PHP provides (and explains) PHP scripts that can be implemented immediately to simplify webmasters' lives. These include unique scripts for processing credit cards, checking for valid email addresses, templating, overriding PHP's default settings, and serving dynamic images and text. Readers will also find extensive sections on working with forms, words, and files; ways to harden PHP by closing common security holes; and instructions for keeping data and transactions secure. By exploring working code, readers learn how to customize their webserver's behavior, prevent spammers from adding annoying comments, scrape information from other web sites, and much more. This is a book that's sure to appeal to PHP programmers who have been there and done that and who want a book that delivers meaty content, not only promise. |
|
By W. Jason Gilmore
Apress Paperback (1080 pages)
 | List Price: $46.99* Lowest New Price: $29.77* Lowest Used Price: $17.90* Usually ships in 24 hours* *(As of 11:25 Pacific 11 Mar 2010 More Info)
Click Here | Product Description:
Beginning PHP and MySQL: From Novice to Professional, Third Edition offers a comprehensive introduction to two of the most prominent open source technologies on the planet: the PHP scripting language and the MySQL database server. Updated to introduce the features found in MySQLs most significant release to date, readers learn how to take advantage of the latest features of both technologies to build powerful, manageable, and stable web applications. Essentially three books in one, readers not only profit from extensive introductions to the core features of each technology, but also learn how to effectively integrate the two in order to build robust data-driven applications. Packed with practical examples and insight into the real-world challenges faced by developers based on author W. Jason Gilmore's 7 years of expertise working with these technologies, readers will repeatedly return to this book as both a valuable instructional tool and reference guide. What you'll learn - The PHP language
- How to back your web site with MySQL
- Templating so that you can apply a consistent design across all pages on your site
- How to authenticate your web site users
- How to use cookies to maintain information (such as items in a shopping cart) while a user is browsing your site
Who is this book for? This book is written for developers seeking to take advantage of the PHP language and MySQL database to create powerful web applications. About the Apress Beginning Series The Beginning series from Apress is the right choice to get the information you need to land that crucial entry-level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from "novice to professional." Youll start your journey by seeing what you need to knowbut without needless theory and filler. Youll build your skill set by learning how to put together real-world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you thereit is your trusted guide through unfamiliar territory! |
|
By David Powers
friends of ED Paperback (488 pages)
 | List Price: $34.99* Lowest New Price: $14.95* Lowest Used Price: $14.95* Usually ships in 24 hours* *(As of 11:25 Pacific 11 Mar 2010 More Info)
Click Here | - ISBN13: 9781590597316
- Notes: Brand New from Publisher. No Remainder Mark.
Product Description: In this book you'll learn how to: - Create dynamic websites with design and usability in mind, as well as functionality
- Understand how PHP scripts work, giving you confidence to adapt them to your own needs
- Bring online forms to life, check required fields, and ensure user input is safe to process
- Upload files and automatically create thumbnails from larger images
- Manage website content with a searchable database
You want to make your websites more dynamic by adding a feedback form, creating a private area where members can upload images that are automatically resized, or perhaps storing all your content in a database. The problem is, you're not a programmer and the thought of writing code sends a chill up your spine. Or maybe you've dabbled a bit in PHP and MySQL, but you can't get past baby steps. If this describes you, then you've just found the right book. PHP and the MySQL database are deservedly the most popular combination for creating dynamic websites. They're free, easy to use, and provided by many web hosting companies in their standard packages. Unfortunately, most PHP books either expect you to be an expert already or force you to go through endless exercises of little practical value. In contrast, this book gives you real value right away through a series of practical examples that you can incorporate directly into your sites, optimizing performance and adding functionality such as file uploading, email feedback forms, image galleries, content management systems, and much more. Each solution is created with not only functionality in mind, but also visual design. But this book doesn't just provide a collection of ready-made scripts: each PHP Solution builds on what's gone before, teaching you the basics of PHP and database design quickly and painlessly. By the end of the book, you'll have the confidence to start writing your own scripts or—if you prefer to leave that task to othersto adapt existing scripts to your own requirements. Right from the start, you're shown how easy it is to protect your sites by adopting secure coding practices. The book has been written with an eye on forward and backward compatibilityrecommending the latest PHP 5 techniques, but providing alternative solutions for servers still running PHP 4.3. All database examples demonstrate how to use the original MySQL extension, MySQL Improved, or the PHP Data Objects (PDO) introduced in PHP 5.1, letting you choose the most suitable option for your setup. Summary of Contents: - Chapter 1: What Is PHPAnd Why Should I Care?
- Chapter 2: Getting Ready to Work with PHP
- Chapter 3: How to Write PHP Scripts
- Chapter 4: Lightening Your Workload with Includes
- Chapter 5: Bringing Forms to Life
- Chapter 6: Uploading Files
- Chapter 7: Using PHP to Manage Files
- Chapter 8: Generating Thumbnail Images
- Chapter 9: Pages That Remember: Simple Login and Multipage Forms
- Chapter 10: Setting Up MySQL and phpMyAdmin
- Chapter 11: Getting Started with a Database
- Chapter 12: Creating a Dynamic Online Gallery
- Chapter 13: Managing Content
- Chapter 14: Solutions to Common PHP/MySQL Problems
- Chapter 15: Keeping Intruders at Bay
|
|
By David Powers
friends of ED Paperback (1000 pages)
 | List Price: $49.99* Lowest New Price: $31.45* Lowest Used Price: $24.75* Usually ships in 24 hours* *(As of 11:25 Pacific 11 Mar 2010 More Info)
Click Here | Product Description:
Dreamweaver CS4 is a massive step forward in terms of integration with the rest of the CS4 suite (Flash, Fireworks, Photoshop, etc.), and also includes a whole host of exciting new features of its own. The Essential Guide to Dreamweaver CS4 with CSS, Ajax, and PHP concentrates on getting the best out of Dreamweaver CS4, rather than going into every menu item and toolbar icon. The emphasis is on developing websites compliant with the latest web standards, using CSS, JavaScript libraries (with particular emphasis on Spry, Adobe's implementation of Ajax), and PHP. The book covers all aspects of the new user interface, including workspace layouts, iconic panels, the related documents feature, Live View, Code Navigator, and Live Code. It also shows how to use the improved CSS editing features, and JavaScript code introspection. There is also coverage of other new features, such as version control through Subversion integration, and the improved support for Photoshop integration through the use of Smart Objects. What you'll learn - Streamline your workflow with the Related Files toolbar, Live view, and the Code Navigator
- Bring your pages alive with Ajax widgets from Spry, jQuery, and the Yahoo! User Interface Library
- Use server-side includes, templates, and Adobe's InContext Editing online service
- Create dynamic web applications using Dreamweaver's PHP server behaviors
- Build real world web site functions, such as form validation, random quote generator, search function, user management/login pages, dynamic Ajax gallery, and much more
- Consume RSS feeds and create Spry data sets
- How to publish your site after you've created it
|
|
By Lynn Beighley
O'Reilly Media Paperback (816 pages)
 | List Price: $44.99* Lowest New Price: $26.60* Lowest Used Price: $20.99* Usually ships in 24 hours* *(As of 11:25 Pacific 11 Mar 2010 More Info)
Click Here | - ISBN13: 9780596006303
- Notes:
Product Description:
If you're ready to create web pages more complex than those you can build with HTML and CSS, Head First PHP & MySQL is the ultimate learning guide to building dynamic, database-driven websites using PHP and MySQL. Packed with real-world examples, this book teaches you all the essentials of server-side programming, from the fundamentals of PHP and MySQL coding to advanced topics such as form validation, session IDs, cookies, database queries and joins, file I/O operations, content management, and more. Head First PHP & MySQL offers the same visually rich format that's turned every title in the Head First series into a bestseller, with plenty of exercises, quizzes, puzzles, and other interactive features to help you retain what you've learned. - Use PHP to transform static HTML pages into dynamic web sites
- Create and populate your own MySQL database tables, and work with data stored in files
- Perform sophisticated MySQL queries with joins, and refine your results with LIMIT and ORDER BY
- Use cookies and sessions to track visitors' login information and personalize the site for users
- Protect your data from SQL injection attacks
- Use regular expressions to validate information on forms
- Dynamically display text based on session info and create images on the fly
- Pull syndicated data from other sites using PHP and XML
Throughout the book, you'll build sophisticated examples -- including a mailing list, a job board, and an online dating site -- to help you learn how to harness the power of PHP and MySQL in a variety of contexts. If you're ready to build a truly dynamic website, Head First PHP & MySQL is the ideal way to get going. |
|
By Julie C. Meloni
Sams Paperback (648 pages)
 | List Price: $39.99* Lowest New Price: $22.38* Lowest Used Price: $16.99* Usually ships in 24 hours* *(As of 11:25 Pacific 11 Mar 2010 More Info)
Click Here | Product Description:
Sams Teach Yourself PHP, MySQL® and Apache All in One Fourth Edition Julie C. Meloni Starter Kit CD-ROM includes a complete starter kit for Windows®, Linux®, and Mac® OS X In just a short time, you can learn how to use PHP, MySQL, and Apache together to create dynamic, interactive websites and applications using the three leading open-source web development technologies. Using a straightforward, step-by-step approach, each lesson in this book builds on the previous ones, enabling you to learn the essentials of PHP scripting, MySQL databases, and the Apache web server from the ground up. Regardless of whether you run Linux, Windows, or Mac OS X, the enclosed CD includes a complete starter kit that lets you install all the software you need to set up a stable environment for learning, testing, and production. Learn how to… - Install, configure, and set up the PHP scripting language, the MySQL database system, and the Apache Web server
- Get these technologies to work together to create a dynamic, database-backed website
- Interact with MySQL using PHP
- Work with forms and files
- Create a web-based discussion forum or mailing list
- Add a storefront and shopping cart to your site
- Optimize your MySQL databases
- Fine-tune the Apache server’s performance
- Restrict access to your applications
- Set up a secure web server
Julie C. Meloni is the technical director for i2i Interactive, a multimedia company located in Los Altos, California. She has been developing web-based applications since the early days of the web, and is the author of several books and articles on web-based programming languages and database topics, including Sams Teach Yourself MySQL in 24 Hours. CD-ROM Includes - A complete PHP, MySQL, and Apache starter kit for Windows®, Linux®, or Mac® OS X.
Category: Web Development Covers: PHP 5.2, MySQL 5, Apache 2.2 User Level: Beginning |
|
By Larry Ullman
Peachpit Press Paperback (480 pages)
 | List Price: $34.99* Lowest New Price: $19.99* Lowest Used Price: $12.67* Usually ships in 24 hours* *(As of 11:25 Pacific 11 Mar 2010 More Info)
Click Here | - ISBN13: 9780321442499
- Notes: Brand New from Publisher. No Remainder Mark.
Product Description: With PHP for the World Wide Web, Third Edition: Visual QuickStart Guide, readers can start from the beginning to get a tour of the programming language, or look up specific tasks to learn just what they need to know. This task-based visual reference guide uses step-by-step instructions and plenty of screenshots to teach beginning and intermediate users this popular open-source scripting language. Leading technology author Larry Ullman guides readers through the new features in PHP 6, focusing primarily on improved support for handling any language in a Web site. Other addressed changes include removal of outdated and insecure features, plus new functions and more efficient ways to tackle common needs. Both beginning users, who want a thorough introduction to the technology, and more intermediate users, who are looking for a convenient reference, will find what they need here--in straightforward language and thorough readily accessible examples. |
|
| |