Showing posts with label IT - MySQL. Show all posts
Showing posts with label IT - MySQL. Show all posts

PHP and MySQL Bible

This book is for anyone who wants to build Web sites that exhibit more complex behavior than is possible with static HTML pages.
We assume that the reader is familiar with HTML and has a basic knowledge of the workings of the Web, but we do not assume any programming experience beyond that. To help save time for more experienced programmers, we include a number of notes and asides that compare PHP with other languages and indicate which chapters and sections may be safely skipped. Finally, see our appendixes, which offer specific advice for C programmers, ASP coders, and pure-HTML designers.
download

Learning PHP and MySQL

The PHP scripting language and MySQL open-source database are quite effective independently, but together they make a simply unbeatable team. When working  hand-in-hand, they serve as the standard for the rapid development of dynamic,  database-driven websites. This combination is so popular, in fact, that it's attracting  many programming newbies who come from a web or graphic design background and whose first language is HTML. If you fall into this ever-expanding category, then this book is for you.

MySQL PHP Database Applications

With this book you're probably considering writing Web-based application with PHP and MySQL. If you decide to go with these tools, you'll be in excellent company. Thousand of developers - from total newbies to programmers with years of experiance - are truning to PHP and MySQL for their Web-based project; and for goog reason.
Both PHP and MySQL are easy to use, fast, free and powerfull. If you want to get a dynamic Web site quickly, there are no better choices. The PHP scripting language was built for the Web and MySQL is a great choice for your data storage.
download

Core Web Application Development with PHP and MySQL

This is a comprehensive, practical guide for programmers who want to develop production-quality, database-enabled web applications with PHP and MySQL. Long-time developer Marc Wandschneider systematically addresses the entire process: not only coding, but also upfront application, user interface and database design, PLUS security, testing, and more.

Database Driven Website Using PHP and MySQL

This book is aimed at intermediate or advanced Web designers looking to make the leap into server-side programming. You'll be expected to be comfortable with simple HTML, as I'll make use of it without much in the way of explanation. No knowledge of JavaScript is assumed or required, but if you do know JavaScript, you'll find it will make learning PHP a breeze.
By the end of this book, you can expect to have a grasp of what's involved in setting up and building a database-driven Website. If you follow the examples, you'll also learn the basics of PHP (a server-side scripting language that gives you easy access to a database, and a lot more) and Structured Query Language (SQL — the standard language for interacting with relational databases) as  supported by MySQL, one of the most popular free database engines available  today. Most importantly, you'll come away with everything you need to get started on your very own  database-driven site in no time!