Uploaded videos
1-10 of 90-
PHP Tutorial 29 - MySQL Reading Data (PHP For Beginners)
TeachMeComputer
15,656 views
This video explores the SELECT statement when working with MySQL queries in PHP. We take two mock entries from our table and then display two fields in that table onto a cl...
-
PHP Tutorial 28 - MySQL Inserting Data (PHP For Beginners)
TeachMeComputer
2,524 views
This tutorial takes a look at how to insert data into a MySQL Table and specify which fields to insert data into. There is no example of using this to insert user-generated...
-
PHP Tutorial 27 - MySQL Creating A Table (PHP For Beginners)
TeachMeComputer
6,044 views
In the previous tutorial we took a first look at MySQL and Phpmyadmin. In this video we will run our first MySQL Query through PHP to create a table inside of our accounts ...
-
TeachMeComputer - Runescape Channel
TeachMeComputer
1,262 views
I have a secondary Gaming channel if you want to check it out. I create RuneScape content and will be creating Modern Warfare 3 content also. Here's the channel link:
ht...
-
PHP Tutorial 26 - MySQL Introduction (PHP For Beginners)
TeachMeComputer
5,021 views
Processing massive amounts of data without impairing the usability of an application is the most important to consider when developing high-end applications. MySQL is not a...
-
PHP Tutorial 25 - Writing To A File (PHP For Beginners)
TeachMeComputer
2,136 views
In the previous tutorial we looked at the file_get_contents function which allowed us to read the contents of a file. This tutorial looks at the file_put_contents function ...
-
PHP Tutorial 24 - Reading A File (PHP For Beginners)
TeachMeComputer
2,362 views
There are multiple ways to read a file in PHP but the method recommended by PHP.NET is to use the file_get_contents function. It will return the file as a string and then a...
-
PHP Tutorial 23 - Embedding HTML And PHP (PHP For Beginners)
TeachMeComputer
1,774 views
There are many ways to output a response inside of your HTML and this video will investigate the different methods that you can use. The easiest way is to use single quotes...
-
PHP Tutorial 22 - Check If Variable Is Set (PHP For Beginners)
TeachMeComputer
1,485 views
The isset function will allow you to determine if a variable has been set or not. This can be useful when checking if user input has been entered or not. The function will ...
-
PHP Tutorial 21 - Find If String Contains a String (PHP For Beginners)
TeachMeComputer
1,581 views
The strpos(String Position) function will allow you to check if one string contains another string and will also determine the first occurrence of that string. This functio...
Advertisement
Play all(90)