Archive for: March, 2019
Mar
12
2019
12
2019
9:11 am
PHP Tutorial (& MySQL) #39 – File System (part 1)
Hey gang, in this PHP tutorial we'll talk about how to access the file system - how to read from & write to files - using PHP. ---------------------------------------- ?? ?? Course Links: + Course files - https://github.com/iamshaunjp/php-mysql-tutorial + VS Code…Mar
08
2019
08
2019
9:12 am
PHP Tutorial (& MySQL) #36 – Sessions
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-mysql-tutorial + VS Code editor - https://code.visualstudio.com/…Mar
06
2019
06
2019
9:31 am
PHP Tutorial (& MySQL) #34 – Ternary Operators
Hey gang, in this PHP tutorial I'll show you how to use the ternary operator. ---------------------------------------- ?? ?? Course Links: + Course files - https://github.com/iamshaunjp/php-mysql-tutorial + VS Code editor - https://code.visualstudio.com/ + Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0&list=PL4cUxeGkcC9gGrbtvASEZSlFEYBnPkmff ?? Donate + https://www.paypal.me/thenetninja…Mar
01
2019
01
2019
9:28 am
PHP Tutorial (& MySQL) #30 – Saving Data to the Database
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 command called INSERT. ---------------------------------------- ?? ?? Course Links: + Course files - https://github.com/iamshaunjp/php-mysql-tutorial + VS Code…Feb
27
2019
27
2019
8:32 am
PHP Tutorial (& MySQL) #28 – The Explode Function
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 ingredients into an array of ingredients instead. ---------------------------------------- ?? ?? Course Links: + Course…Feb
26
2019
26
2019
9:09 am
PHP Tutorial (& MySQL) #27 – Rendering Data to the Browser
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 inside our HTML template. ---------------------------------------- ?? ?? Course Links: + Course files - https://github.com/iamshaunjp/php-mysql-tutorial +…Feb
25
2019
25
2019
8:42 am
PHP Tutorial (& MySQL) #26 – Getting Data From a Database
Hey all, in this PHP tutorial I'll show you how we can use SQL to select (get) some data from a database. ---------------------------------------- ?? ?? Course Links: + Course files - https://github.com/iamshaunjp/php-mysql-tutorial + VS Code editor - https://code.visualstudio.com/ + Materialize…Feb
25
2019
25
2019
8:42 am
PHP Tutorial (& MySQL) #25 – Connecting to a Database
Hey gang, in this PHP & MySQL tutorial I'll show you how to connect to our new database from the PHP code. ---------------------------------------- ?? ?? Course Links: + Course files - https://github.com/iamshaunjp/php-mysql-tutorial + VS Code editor - https://code.visualstudio.com/ + Materialize…Feb
22
2019
22
2019
9:34 am
PHP Tutorial (& MySQL) #23 – MySQL Introduction
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 the basic principles of MySQL databases & see how data is stored in rows…Feb
21
2019
21
2019
9:33 am