Aulas do Curso (42 vídeos)
Hey gang, in this first PHP tutorial (with MySQL) I'll explain exactly why I'm creating this series as well as what you'…
Hey gang, in this PHP tutorial I'll show you how to install all the tools you'll need to start coding with PHP and MySQL…
Hey gang, in this PHP tutorial we'll create our first PHP file and run it on our local server. ------------------------…
Hey gang, in this PHP tutorial I'll explain the difference between normal variables and constants, and show you how to u…
Hey gang, in this PHP tutorial I'll explain one of the many data types in PHP - strings. -----------------------------…
---------------------------------------- ????? ????? Course Links: + Course files - https://github.com/iamshaunjp/php-…
Hey gang, in this PHP tutorial I'll show you another data type - arrays. We'll look at indexed arrays as a well as assoc…
Hey gang, in this PHP tutorial we'll talk about a third kind of array - a multidimensional array, which is essentially …
Hey gang, in this PHP tutorial I'll talk a little bit about the different loops available to us, and use them to iterate…
Hey gang, in this PHP tutorial we'll take a closer look at Booleans & comparisons. Booleans represent two values - true …
Hey gang, in this PHP tutorial I'll talk about conditional statements (if, else if etc). We conditionals to branch our c…
Continue and break are two important keywords in PHP, so in this tutorial I'll show you how we can use them to break out…
Hey gang, in this PHP tutorial I want to introduce you to the concept of functions. Functions are an important part of p…
Hey gang, in this PHP tutorial I'll teach you about variable scope in PHP. ---------------------------------------- ??…
Hey gang, in this PHP tutorial I'll show you how to use two functions - include & require - to import other PHP files. …
Hey gang, in this PHP tutorial we'll start our Ninja Pizza project by creating the templates for our header and footer. …
Hey all, in this PHP tutorial we'll carry on with our project by looking at forms in PHP - how to capture data, send POS…
Hey gang, in this video I'll show you how to add a little protection against cross site scripting attacks. -----------…
Hey gang, in this video we'll preform the first step of some very basic form validation to check our input fields have n…
Hey gang, in this PHP tutorial we'll add some more validation for our form by using PHP filters and some Regex. For a fu…
Hey gang, in this PHP tutorial I'll show you how to display errors on a web form, as well as persist data that a user ha…
Hey gang, in this PHP tutorial I'll explain how to redirect a user to another page after checking there are no errors in…
Hey gang, in this PHP & MySQL tutorial I'll explain what MySQL is and why we'd use it - to store data in. We'll go over …
Hey gang, in this PHP tutorial I'll show you how to set up a MySQL database using phpMyAdmin. --------------------------…
Hey gang, in this PHP & MySQL tutorial I'll show you how to connect to our new database from the PHP code. ------------…
Hey all, in this PHP tutorial I'll show you how we can use SQL to select (get) some data from a database. -------------…
Hey gang, in this PHP tutorial I'll show you how to take the data we get from the database and render it to the browser …
Hey, in this PHP we'll take a look at the explode function - and how we can use it to turn our comma separated list of …
Hey gang, in this PHP tutorial I'll explain a cleaner way to write control flow statements in our HTML templates. -----…
Hey gang, in this PHP & MySQL tutorial I'll explain how to save data to our MySQL database. We'll do this with a SQL com…
Hey gang, in this PHP & MySQL tutorial I'll show you how to retrieve a single record from the database and show it on ou…
Hey gang, in this PHP & MySQL tutorial I'll show you how we can delete a record from the MySQL database. --------------…
Hey gang, in this PHP tutorial we'll be finishing off our pizzas application by adding some final styles & images. ----…
Hey gang, in this PHP tutorial I'll show you how to use the ternary operator. ---------------------------------------- …
Hey gang, in this video I'll introduce you to the concept of superglobals in PHP. In particular, we'll look at the SERVE…
Hey gang, in this PHP tutorial I'll talk about sessions and how we can use them to persist data from one page to another…
---------------------------------------- ????? ????? Course Links: + Course files - https://github.com/iamshaunjp/php-…
Hey gang, in this PHP tutorial I'll talk a little bit about cookies & how we can use them to sore information on a users…
Hey gang, in this PHP tutorial we'll talk about how to access the file system - how to read from & write to files - usin…
Extra reading - https://www.w3schools.com/php/func_filesystem_fopen.asp ---------------------------------------- ?????…
Hey gang, in this PHP tutorial I'll explain what classes & objects are, and show you how to create your own. ----------…
Hey gang, in this PHP tutorial we'll dive deeper into classes and take a look at getters & setters & why we should use t…
Sobre o Canal
Mais cursos do Canal
Course Preview