PHP Front To Back [Part 2] - PHP7 & Xammp Installation - 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 2] - PHP7 & Xammp Installation

Watch Web Development Traversy Media Video: PHP Front To Back [Part 2] - PHP7 & Xammp Installation.
In this video we will be installing Xammp which includes PHP 7, Apache and MySQL. This is in preparation for a big series on PHP

Published:
Category: Web Development Traversy Media
58 Views

Related Videos

  • PHP Front To Back [Part 20] - OOP

    PHP Front To Back [Part 20] - OOP

    by Best Webhosting Added 97 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 4] - Arrays

    PHP Front To Back [Part 4] - Arrays

    by Best Webhosting Added 114 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

  • Popular PHP Front To Back [Part 5] - Loops

    PHP Front To Back [Part 5] - Loops

    by Best Webhosting Added 106 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

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

    PHP Front To Back [Part 6] - Functions

    by Best Webhosting Added 138 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

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

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

    by Best Webhosting Added 123 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 17] - Cookies Tutorial

    PHP Front To Back [Part 17] - Cookies Tutorial

    by Best Webhosting Added 100 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

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

    PHP Front To Back [Part 16] - Sessions Tutorial

    by Best Webhosting Added 138 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

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

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

    by Best Webhosting Added 106 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

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

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

    by Best Webhosting Added 88 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

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

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

    by Best Webhosting Added 108 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

  • Popular PHP Front To Back [Part 1] - Series Introduction

    PHP Front To Back [Part 1] - Series Introduction

    by Best Webhosting Added 116 Views / 0 Likes

    This is the start of an ongoing series that will teach you the entire language of PHP. This series will include: Basic principles of PHP PHP7 / Apache / MySQL Setup Code Syntax (vars, arrays, loops, conditionals, functions, etc) Procedural & OOP Dynamic Pages Form Submission / Superglobals Working With Databases Mini Projects (Contact Form, User Login System, etc) OOP PHP MVC Udemy Course $10 Promo: https://www.udemy.com/object-oriented-php-mvc/?coupo

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

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

    by Best Webhosting Added 83 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

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