PHP Front To Back [Part 6] - Functions - 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 6] - Functions

Watch Web Development Traversy Media Video: PHP Front To Back [Part 6] - Functions.
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

Published:
Category: Web Development Traversy Media
106 Views

Related Videos

  • PHP Front To Back [Part 19] - File System Functions

    PHP Front To Back [Part 19] - File System Functions

    by Best Webhosting Added 87 Views / 0 Likes

    In this video we will look at some functions to work with files, folders and paths such as basename(), dirname(), file_get_contents(), fopen(), fread() and much more CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox17.zip BROWSER EXTENSION: Momentum https://chrome.google.com/webstore/detail/momentum/laookkfknpbbblfpciffpaejjkokdgca?hl=en EDUONIX COURSES: Please use affiliate links from website below http://www.trav

  • PHP Front To Back [Part 12] - Common String Functions

    PHP Front To Back [Part 12] - Common String Functions

    by Best Webhosting Added 77 Views / 0 Likes

    In this video we will go over some common and useful string functions such as substr() strpos() strtoupper() strtolower() ucwords() trim() str_replace() gzcompress() CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox10.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 s

  • PHP Front To Back [Part 20] - OOP

    PHP Front To Back [Part 20] - OOP

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

  • PHP Front To Back [Part 4] - Arrays

    PHP Front To Back [Part 4] - Arrays

    by Best Webhosting Added 95 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 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 18] - PHP & AJAX

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

    by Best Webhosting Added 97 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 8] - Dates & Timestamps

    PHP Front To Back [Part 8] - Dates & Timestamps

    by Best Webhosting Added 90 Views / 0 Likes

    In this video we will look at the PHP date() function as well as mktime() and strtotime() to create dates and timestamps from strings CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox6.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 of time creating these free videos, please donate

  • 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 1] - Series Introduction

    PHP Front To Back [Part 1] - Series Introduction

    by Best Webhosting Added 95 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 7] - Conditionals & Comparison

    PHP Front To Back [Part 7] - Conditionals & Comparison

    by Best Webhosting Added 74 Views / 0 Likes

    In this video we will look at if statements as well as if...else and switches in PHP. This video is for PHP and programming beginners. There are more advanced topics to come CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox5.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 of time c

  • PHP Front To Back [Part 14] - Filters & Validation

    PHP Front To Back [Part 14] - Filters & Validation

    by Best Webhosting Added 93 Views / 0 Likes

    In this video we will look at PHP filters and how to validate data types, emails, urls, etc. We will also be able to sanitize data. Functions will include filter_has_var() filter_input() filter_var() filter_input_array() filter_var_array() CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox12.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-... SUPPORT: We spend

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