0 رای
وضعیت موجودی موجود

قیمت قبلی: 5,560,000 ریال
قیمت: 5,160,000 ریال

 



Product details

  • Publisher ‏ : ‎ Paul Gibbs (December 2, 2020)
  • Language ‏ : ‎ English
  • Paperback ‏ : ‎ 476 pages
  • ISBN-10 ‏ : ‎ 0992869757
  • ISBN-13 ‏ : ‎ 978-0992869755

 

کتاب PHP Tutorials: Programming with PHP and MySQL: Learn PHP 7 / 8 with MySQL databases for web Programming


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.

منابع کتاب کتاب PHP Tutorials: Programming with PHP and MySQL: Learn PHP 7 / 8 with MySQL databases for web Programming

ویرایش 5 دسامبر 2020 بازبینی و به روز شد
 
این کتاب که از مجموعه ای از سخنرانی های کالج در مورد PHP و MySQL نوشته شده است، نگاهی کاربردی به برنامه نویسی است. با مقدمه ای بر PHP شروع می شود و سپس به MySQL و نحوه استفاده از SQL با زبان PHP می رود.
 
مقدمه ای بر برنامه نویسی وب، نحوه نمایش داده ها از پایگاه داده و به روز رسانی داده ها به پایگاه داده را ارائه می دهد. مسائلی را که در موقعیت‌های دنیای واقعی با آن‌ها روبرو می‌شوید توضیح می‌دهد و کد اصلی را ارائه می‌کند که می‌توانید از آن برای توسعه بیشتر استفاده کنید.
 
بسیاری از فصول شامل مجموعه ای از مثال ها و وظایف است که برای نشان دادن هر نکته و تمرکز بر روی کد ساده شده است تا بتوانید نحوه استفاده از آن را مشاهده کنید. همه کدها برای دانلود از وب سایت موجود است تا کار را برای شما آسان تر کند.
 
PHP و MySQL یک ترکیب متن باز فوق العاده برای ایجاد وب سایت های مبتنی بر پایگاه داده پویا هستند که در بسیاری از برنامه های کاربردی وب مانند وردپرس، جوملا و دروپال استفاده می شوند. اینجاست - عقب نمانید - آنقدرها هم که فکر می کنید سخت نیست.
 
* مقدمه - مفاهیم پایه PHP.
* متغیرها - متغیرها، تکنیک های برنامه نویسی و غیره.
* فرم ها و PHP - ارسال داده ها بین فرم ها.
* آرایه ها - حلقه ها و ساختارهای آرایه.
* ساختارهای پایه PHP - با استفاده از فایل های شامل.
* توابع - نوشتن و استفاده از توابع خود.
* ارسال فرم ها - فرم ها چگونه کار می کنند.
* فرم های ایمیل - یک فرم ایمیل.
* جاوا اسکریپت - ارسال فرم ها با جاوا اسکریپت.
* SQL و MySQL - پرس و جو جداول پایگاه داده با استفاده از SQL.
* یک جدول مثال - چند نمونه داده.
* دسترسی به پایگاه داده - نحوه اتصال به پایگاه داده.
* استفاده از PHP و MySQL - یک فرم نمونه.
* PHP و MySQL بیشتر - PHP و MySQL بیشتر.
* مدیریت خطا و اشکال زدایی - روش های ساده برای یافتن خطاها.
* کوکی ها و جلسات - زمان و مکان استفاده از آنها.
* اصلاح رکوردها - ویرایش و به روز رسانی پایگاه داده با PHP و SQL.
* کلاس ها - مقدمه ای بر برنامه نویسی شی گرا.
* مدیریت فایل - خواندن و نوشتن در فایل های متنی.
* عبارات منظم و اعتبارسنجی - برخی از روش های اعتبار سنجی.
* کلاس PDO - نمونه ای از کلاس برای PDO.
* سبد خرید پی اچ پی - یک نمونه سبد خرید کامل.
* امنیت پی اچ پی - چند روش برای غلبه بر این مشکل.
* جی کوئری، آژاکس و بوت استرپ.
* htaccess و php.ini - نحوه استفاده از آنها.
* افزونه های وردپرس - مقدمه ای برای ایجاد یک افزونه وردپرس.
* ضمیمه - سرور XAMPP و مدیریت MySQL.
 
توجه داشته باشید که برای خواندن کتاب الکترونیکی نیازی به Kindle ندارید. می‌توانید آن را روی رایانه رومیزی، تبلت یا هر دستگاه دیگری که دارای نرم‌افزارخوان Kindle سازگار است دانلود و بخوانید.
 
جدید در این نسخه
 
با گذشت زمان و تغییر و بهبود فناوری، به روز نگه داشتن آخرین متدها در PHP، MySQL، توسعه front-end با JQuery و متدهای مرتبط مهم است. در این نسخه جدید، من نمونه های جدید، توضیحات کد را گسترش داده و مطالب به روز شده را اضافه کرده ام. به خصوص:
 
* حذف کدها و توضیحات مربوط به نسخه های PHP قبل از PHP 7.
* گسترش نمونه های کد.
* توضیح بیشتر در مورد کد مورد استفاده برای اتصال به پایگاه داده با استفاده از PDO و mysqli.
* جزئیات بیشتر در اعتبار سنجی داده ها.
* بهترین اصول و شیوه های کدنویسی.
* به علاوه بسیاری از تغییرات دیگر.

نظرات کاربران درباره کتاب PHP Tutorials: Programming with PHP and MySQL: Learn PHP 7 / 8 with MySQL databases for web Programming

نظری در مورد این محصول توسط کاربران ارسال نگردیده است.
اولین نفری باشید که در مورد کتاب PHP Tutorials: Programming with PHP and MySQL: Learn PHP 7 / 8 with MySQL databases for web Programming نظر می دهد.

ارسال نظر درباره کتاب PHP Tutorials: Programming with PHP and MySQL: Learn PHP 7 / 8 with MySQL databases for web Programming

لطفا توجه داشته باشید که ایمیل شما منتشر نخواهد شد.

برچسب های مرتبط با کتاب PHP Tutorials: Programming with PHP and MySQL: Learn PHP 7 / 8 with MySQL databases for web Programming

MySQL خرید اینترنتی کتاب های زبان اصلی کامپیوتر خرید اینترنتی کتاب های لاتین Databases & Big Data

بر اساس سلیقه شما...

  Product details Publisher ‏ : ‎  Microsoft P ...
9,040,000 ریال

codebazan

طراحی و اجرا: فروشگاه ساز سبدخرید