Learn to build with PHP

This is a free PHP PDF tutorial in 9 chapters and 29 pages. This course aims to give students the basics of PHP concepts.

This is a pretty short book, but we're going to cover a lot. In just a few pages, we're going to create a simple clone of Twitter.

Whilst it's not going to have the same feature-set and polish of the popular micro-blogging site, but we will be able to post 140 character messages with an account we will log into.

Table of contents

  • Introduction
  • The History Of PHP
  • What Are We Going To Cover?
  • All About LAMP
  • Setting Up Your Development Environment
  • Choosing The Right Text Editor
  • Prerequisites
  • Hello World!
  • Does PHP Have To Be Surrounded By HTML?
  • Basic Language Concepts
  • Variables
  • If Statements
  • While Statements
  • For Loops
  • Functions
  • Moving On
  • Forms
  • How Forms Work In HTML
  • Creating Our First Form
  • Handling This Input With PHP
  • Databases
  • MySQL Datatypes
  • Varchar(x)
  • Integer
  • Other MySQL Datatypes
  • Creating Our Database
  • The Wrong Way To Query The Database
Size : 1.09 MB
File type : pdf
Downloads: 1485
Created: 2019-05-03

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others PHP Tutorials

Getting started with PHP

PHP Notes for Professionals

PHP Tutorial From beginner to master

PHP tutorial for professionals

Create dynamic web pages with PHP and PDO

Others related eBooks about Learn to build with PHP

Advanced javascript

...

PHP Tutorial From beginner to master

In this PHP tutorial you will learn everything about PHP, and how to execute scripts on your server, free pdf course under 28 pages....

CSS tutorial for professionals

Download free CSS tutorial course in PDF, training file in 56 chapters and 244 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Web API Design in PDF

Download free course intituled Web API Design . This course is intended to a beginners users, document on format pdf in 70 pages created by gidgreen.com ....

Getting started with Laravel

Download free Laravel tutorial course in PDF, training file in 65 chapters and 216 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Eloquent JavaScript: A Modern Introduction to Programming

JavaScript lies at the heart of almost every modern web application, from social apps to the newest browser-based games. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications. ...

Laravel Tutorial pdf

The purpose of this tutorial is to learn a new PHP framework and use it efficiently to build an eCommerce web application for a small project,this new framework allows users to check products by category and pass orders securely....

Node.js tutorial pdf

...

You Don't Know JS Yet: Async & Performance - 2nd Edition

No matter how much experience you have with JavaScript, odds are you don't fully understand the language. As part of the "You Don't Know JS" series, this concise yet in-depth guide focuses on new asynchronous features and performance techniques - including Promises, generators, and Web Workers - t...

Document Object Model Tutorial

Download free eBook about DOM, (Document Object Model), learn how to navigate an XML structure....