Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Ircd Php Programming With Mysql, Gosselin/Kokoska/Easterbrooks


Варианты приобретения
Цена: 26611.00р.
Кол-во:
 о цене
Наличие: Отсутствует. 
Возможна поставка под заказ. Дата поступления на склад уточняется после оформления заказа


Добавить в корзину
в Мои желания

Автор: Gosselin/Kokoska/Easterbrooks
Название:  Ircd Php Programming With Mysql
ISBN: 9780538745857
Издательство: Cengage Learning
Классификация: ISBN-10: 0538745851
Обложка/Формат: NB
Вес: 0.00 кг.
Дата издания: 22.01.2010
Издание: 002
Основная тема: Computing
Рейтинг:
Поставляется из: Англии


The Joy of PHP: A Beginner`s Guide to Programming Interactive Web Applications with PHP and MySQL

Автор: Forbes Alan
Название: The Joy of PHP: A Beginner`s Guide to Programming Interactive Web Applications with PHP and MySQL
ISBN: 1522792147 ISBN-13(EAN): 9781522792147
Издательство: Неизвестно
Цена: 4302.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Third Edition now with bonus chapters.Have you ever wanted to design your own website or browser application but thought it would be too difficult or just didn't know where to start? Have you found the amount of information on the Internet either too daunting or not geared for your skill set or worse-- just plain boring? Are you interested in learning to program PHP and have some fun along the way? If so, then The Joy of PHP by Alan Forbes is the book for you Alan starts with some basic HTML so the absolute beginner can catch up quickly and then goes step by step on how PHP works. You start with the easy stuff--like how to create and run simple PHP scripts that modify web pages-- and then build on what you've learned through a series of cohesive (and fun) exercises that carry over from lesson to lesson. As the chapters progress you begin to build a web site for a growing used car dealership business. This approach keeps the material fun and challenging-- and gives what you've learned a context to be relevant. A car dealership needs a constantly changing web site because the inventory of cars is always changing. HTML is not the answer for this kind of web site-- but PHP and mySQL are Throughout the book you will be working with the web site for the car dealership and adding features and modifying it as the needs of the business (and your knowledge) grow. This writing style reinforces the previous lessons and keeps you engaged in a "real" project -- giving you both a sense of accomplishment and an opportunity to apply what you've learned to a realistic scenario. You are far more likely to retain what you've learned using this approach than just reading dry syntax documentation. The author has an easy and fun style of writing that teaches you PHP in a simple, matter of fact manner while showing you the most common uses of the commands you need to get the job done. This keeps your learning pace quick and uncluttered. If you need it, he also points you to several resources where you can learn more about the other options a PHP function can offer and-- even better--how to read and understand those resources. If you want to learn the PHP language in an easy, enjoyable, well laid out manner and to learn why PHP and mySQL are so powerful and fun to use then buy this book Do not buy this book if you are looking for a comprehensive reference of boring PHP syntax. This book does not attempt to cover everything about PHP. What it does do-- and does well-- is take you from being a beginner who isn't even sure what PHP is to someone who knows the sheer joy that only programming dynamic sites can provide. You will become someone who can read, write, and modify PHP scripts and you will be able make your website come alive. Bonus Code All the source code referenced in the book is available for easy download and well organized. You don't have to cut and paste out of Kindle or retype code, unless you want to. There is even a video tutorial showing how to get started. Topics Covered... - Installing and configuring PHP - Introduction to HTML - Basic PHP Syntax - Some Fun Right Away - Editors and Staying Organized - Variables, Numbers, Dates and Strings - Control Structures - How to use a database, such as mySQL - Using PHP and mySQL Together - How to create forms to Display, Add, Edit, and Delete data - Session Variables - Working with Images - PHP File Uploads - PHP Quirks and Tips - Security Considerations This book is NOT the only book you'll ever need to read to master PHP. The book is a gentle introduction to a very rich topic. The hope of the author is to show you that PHP isn't really that scary after all, it is something YOU can do, and it can even bring you joy once you get it.

PHP Tutorials: Programming with PHP and MySQL: Learn PHP 7 / 8 with MySQL databases for web Programming

Автор: Gibbs Paul
Название: PHP Tutorials: Programming with PHP and MySQL: Learn PHP 7 / 8 with MySQL databases for web Programming
ISBN: 0992869757 ISBN-13(EAN): 9780992869755
Издательство: Неизвестно
Цена: 4414.00 р.
Наличие на складе: Нет в наличии.

Описание:
Revised and Updated Dec 2020 Edition 5

Written from a series of college lectures on PHP and MySQL this book is a practical look at programming. It starts with an introduction to PHP and then goes on to MySQL and how to use SQL with the PHP language.

It provides an introduction to web programming, how to display data from a database and update data to a database. It explains issues that you encounter in real world situations and provides the basic code from which you can then use for further development.

Many of the chapters consists of a series of examples and tasks which are intended to illustrate each point and concentrate on simplified code so that you can see how to use it. All code is available for download from the web site to make it easier for you.

PHP and MySQL are a terrific open source combination to create dynamic database driven web sites which are being used in many web applications such as WordPress, Joomla and Drupal. This is where it's at - don't be left behind - it is not as difficult as you think.

* Introduction - Basic PHP concepts.
* Variables - Variables, programming techniques and so on.
* Forms and PHP - Posting data between forms.
* Arrays - loops and array structures.
* Basic PHP structures - using include files.
* Functions - writing and using your own functions.
* Posting Forms - how forms work.
* Email Forms - an email form.
* JavaScript - posting forms with JavaScript.
* SQL and MySQL - Querying database tables using SQL.
* An Example table - some example data.
* Database Access - how to connect to a database.
* Using PHP and MySQL - an example form.
* Further PHP and MySQL - More PHP and MySQL.
* Error handling and debugging - Simple methods to find errors.
* Cookies and Sessions - When and where to use them.
* Modifying Records - editing and updating databases with PHP and SQL.
* Classes - An introduction to object orientated programming.
* File Handling - Reading and writing to text files.
* Regular Expressions and Validation - Some validation methods.
* PDO Class - an example of a class for PDO.
* PHP Cart - a full working shopping cart example.
* PHP security - Some methods to overcome this issue.
* jQuery, Ajax and Bootstrap.
* htaccess and php.ini - how to use them.
* WordPress Plugins - an introduction to creating a WordPress Plugin.
* Appendix - XAMPP server and MySQL Management.

Note that you do not have to have a Kindle to read the eBook. You can download and read it on a desktop computer, tablet or any other device that has a compatible Kindle software reader.

New in this edition

As time has moved on and the technology has changed and improved, it is important to keep up to date with the latest methods in PHP, MySQL, front-end development with JQuery and associated methods. In this new edition, I have added new examples, expanded code explanations and updated material. In particular:

* The removal of code and descriptions only relevant to PHP versions earlier than PHP 7.
* Expansion of code examples.
* More explanation of code as used for connecting to databases using PDO and mysqli.
* Further details in data validation.
* Best coding principles and practices.
* Plus many other changes

Web Programming with HTML, CSS, Bootstrap, JavaScript, jQuery, PHP, and MySQL Second Edition

Автор: Sanchez Larry
Название: Web Programming with HTML, CSS, Bootstrap, JavaScript, jQuery, PHP, and MySQL Second Edition
ISBN: 1089565771 ISBN-13(EAN): 9781089565772
Издательство: Неизвестно
Цена: 15517.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

PHP, MySQL, & JavaScript All-In-One for Dummies

Автор: Blum Richard
Название: PHP, MySQL, & JavaScript All-In-One for Dummies
ISBN: 1119468388 ISBN-13(EAN): 9781119468387
Издательство: Wiley
Рейтинг:
Цена: 5859.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Explore the engine that drives the internet

It takes a powerful suite of technologies to drive the most-visited websites in the world. PHP, mySQL, JavaScript, and other web-building languages serve as the foundation for application development and programming projects at all levels of the web.

Dig into this all-in-one book to get a grasp on these in-demand skills, and figure out how to apply them to become a professional web builder. You'll get valuable information from seven handy books covering the pieces of web programming, HTML5 & CSS3, JavaScript, PHP, MySQL, creating object-oriented programs, and using PHP frameworks.

  • Helps you grasp the technologies that power web applications
  • Covers PHP version 7.2
  • Includes coverage of the latest updates in web development
  • Perfect for developers to use to solve problems
This book is ideal for the inexperienced programmer interested in adding these skills to their toolbox. New coders who've made it through an online course or boot camp will also find great value in how this book builds on what you already know.
Web Programming with PHP and MySQL

Автор: Bramer Max
Название: Web Programming with PHP and MySQL
ISBN: 3319226584 ISBN-13(EAN): 9783319226583
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Introductory textbook covering all the main features of the `web programming` languages PHP and MySQL together with detailed examples that will enable readers (whether students on a taught course or independent learners) to use them to create their own applications or understand existing ones.

PHP Programming with MySQL

Автор: Gosselin/Kokoska/Easterbrooks
Название: PHP Programming with MySQL
ISBN: 0538745843 ISBN-13(EAN): 9780538745840
Издательство: Cengage Learning
Рейтинг:
Цена: 13304.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Accompanying the growing awareness of the significance of democratic local governments as an integrated part of peacebuilding, this volume seeks to discuss, problematize and explain the concept of the `local`. It tackles the `local turn` of peacebuilding in a comprehensive and critical way. This book was first published as a special edition of Third World Quarterly.

PHP MySQL Website Programming

Автор: Dilip Thomas; Jessey Cinis; Chris Lea; Michael Buz
Название: PHP MySQL Website Programming
ISBN: 159059150X ISBN-13(EAN): 9781590591505
Издательство: Springer
Рейтинг:
Цена: 6008.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

PHP MySQL Website Programming: Problem-Design-Solution shows the development process for a website using a specific set of technologies: the Apache web server, the MySQL database system, and the PHP scripting language. It gives you a completely hands-on experience and guides you through the construction of a complete application-driven site from design to deployment.

Each chapter in the book is broken into three parts:

  • Problem: The authors analyze each task and identify areas that may be particularly hard to implement.
  • Design: Once the problems have been identified, a proposal is sketched out for solving them.
  • Solution: The code is developed and deployed to accomplish the task at hand.

Throughout the book, good object-oriented PHP coding methods are used where appropriate. The site you construct features a modular design, so the individual chapters are generally focused on designing and building a specific piece of the site's functionality. You can find a working model of the site online at http: //apress.mediatemple.net.

This invaluable tutorial provides a lot of insight into the ways you can implement web applications with PHP and MySQL in real-world situations.

Автор: Sanchez Larry
Название: Web Programming with HTML, CSS, Bootstrap, JavaScript, Jquery, PHP, and MySQL
ISBN: 1542604753 ISBN-13(EAN): 9781542604758
Издательство: Неизвестно
Цена: 15517.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия