PHP Front To Back [Part 3] - Variables, Constants & Data Types - Best Webhosting

Thanks! Share it with your friends!

URL

You disliked this video. Thanks for the feedback!

Sorry, only registred users can create playlists.

ULTRAFAST, CHEAP, SCALABLE AND RELIABLE! WE STRONGLY RECOMMEND ACCU WEB HOSTING COMPANY

PHP Front To Back [Part 3] - Variables, Constants & Data Types

Watch Web Development Traversy Media Video: PHP Front To Back [Part 3] - Variables, Constants & Data Types.
In this video we will look at very basic PHP syntax including tags, comments, variables, constants and concatenation.

CODE: Code For This Video
http://www.traversymedia.com/downloads/phpsandbox/phpsandbox1.zip

COURSES: Premium Eduonix Courses
http://www.traversymedia.com/eduonix-courses

SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH:
https://www.patreon.com/traversymedia

ONE TIME DONATIONS:
https://www.paypal.me/traversymedia

Published:
Category: Web Development Traversy Media
76 Views

Related Videos

  • PHP Front To Back [Part 21] - Fetching Data With MySQLi

    PHP Front To Back [Part 21] - Fetching Data With MySQLi

    by Best Webhosting Added 72 Views / 0 Likes

    In this video we will start to work with the MySQLi extension. We will create a MySQL database using phpMyAdmin as well as a posts table to interact with. CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox19.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your su

  • PHP Front To Back [Part 20] - OOP

    PHP Front To Back [Part 20] - OOP

    by Best Webhosting Added 79 Views / 0 Likes

    In this video I will introduce object oriented programming in PHP using classes, properties and methods CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox18.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.pa

  • Popular PHP Front To Back [Part 6] - Functions

    PHP Front To Back [Part 6] - Functions

    by Best Webhosting Added 108 Views / 0 Likes

    In this part we will look at user defined functions and some naming conventions. We are almost to the cool stuff :) CODE: Code For This Video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox4.zip COURSES: Premium Eduonix Courses http://www.traversymedia.com/eduonix-courses SHOW YOUR SUPPORT https://www.patreon.com/traversymedia ONE TIME DONATIONS: https://www.paypal.me/traversymedia

  • PHP Front To Back [Part 5] - Loops

    PHP Front To Back [Part 5] - Loops

    by Best Webhosting Added 82 Views / 0 Likes

    In this video we will look at PHP loops. There are 4 types we will look at... For Loop While Loop Do..While Loop Foreach Loop CODE: Code For This Video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox3.zip COURSES: Premium Eduonix Courses http://www.traversymedia.com/eduonix-courses SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: https://www.patreon.com/traversymedia ONE TIME DONATIONS: https://www.paypal.me/traversymedia

  • PHP Front To Back [Part 4] - Arrays

    PHP Front To Back [Part 4] - Arrays

    by Best Webhosting Added 96 Views / 0 Likes

    In this video we will look at PHP arrays. There are 3 types.. Indexed Arrays Associative Arrays Multi-Dimensional CODE: Code For This Video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox2.zip COURSES: Premium Eduonix Courses http://www.traversymedia.com/eduonix-courses SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: https://www.patreon.com/traversymedia ONE TIME DONATIONS: https://www.paypal.me/traversymedia

  • PHP Front To Back [Part 18] - PHP & AJAX

    PHP Front To Back [Part 18] - PHP & AJAX

    by Best Webhosting Added 98 Views / 0 Likes

    In this video I will show you how we can use PHP and AJAX together to build a simple suggestion engine for a form input CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox17.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymed

  • PHP Front To Back [Part 11] - Get & Post Tutorial

    PHP Front To Back [Part 11] - Get & Post Tutorial

    by Best Webhosting Added 70 Views / 0 Likes

    In this video we will take a look at the $_GET and $_POST superglobals as well as form processing. We will also look at the htmlentities() function for page security CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox9.zip EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate to sho

  • PHP Front To Back [Part 17] - Cookies Tutorial

    PHP Front To Back [Part 17] - Cookies Tutorial

    by Best Webhosting Added 86 Views / 0 Likes

    Sessions are recommended over cookies in most situations but it is good to understand how cookies work as well. In this video we will be using the setcookie() function to create cookies in PHP. We will also look at serializing data with serialize() and unserialize() CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox15.zip BROWSER EXTENSION: Momentum https://chrome.google.com/webstore/detail/momentum/laookkfknpbbblfp

  • PHP Front To Back [Part 9] - Include & Require

    PHP Front To Back [Part 9] - Include & Require

    by Best Webhosting Added 90 Views / 0 Likes

    In this video I will show you how to include a PHP file with PHP or HTML into another file saving you a lot of time and code writing. We will look at include, require and require_once CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox7.zip VISIT US: http://www.traversymedia.com EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts

  • PHP Front To Back [Part 10] - $_SERVER Superglobal

    PHP Front To Back [Part 10] - $_SERVER Superglobal

    by Best Webhosting Added 66 Views / 0 Likes

    In this video we will create a simple webpage that displays the server, file and client info. We will use Twitter Bootstrap to make the page look nice and clean. CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox8.zip EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate to show yo

  • PHP Front To Back [Part 16] - Sessions Tutorial

    PHP Front To Back [Part 16] - Sessions Tutorial

    by Best Webhosting Added 72 Views / 0 Likes

    In this video we will look at PHP sessions to carry information across multiple PHP pages. We will also look at redirecting with the header() function CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox14.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: h

  • PHP Front To Back [Part 15] - PHP Contact Form

    PHP Front To Back [Part 15] - PHP Contact Form

    by Best Webhosting Added 84 Views / 0 Likes

    In this video we will create a PHP contact form from scratch. We will also include server side form validation and messaging CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox13.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traver

RECOMMENDED WEB HOSTING

FASTCOMET

Fastcomet

HOSTGATOR

HOSTGATOR

BLUEHOST

BLUEHOST

SITEGROUND

SITEGROUND

A2 HOSTING

A2 HOSTING

HOSTINGER

HOSTINGER

DREAMHOST

DREAMHOST

ACCU WEBHOSTING

ACCU WEBHOSTING

MILESWEB

MILESWEB

HOSTPAPA

HOSTPAPA


RSS