In this part we’re taking a look at what we’re going to learn and do in this tutorial series. We’re not using any nice CSS styling, just basic html. Twitter: twitter.com Twitch: twitch.tv
Posts Tagged ‘lesson’
PHP Tutorials: Simple Register and Login system 1: What we’re going to learn
April 19th, 2012
phpmoz PHP Tutorial – 3 – Basic Math Functions
April 15th, 2012
phpmoz This video is free tutorial for php scripting learners. www.hypernetstudio.com
PHP Tutorial 16 – GET Variable (PHP For Beginners)
April 8th, 2012
phpmoz The GET Variable will allow you to store data taken directly from the user. It can be taken from a HTML Form using the GET method or even directly from the URL. This video will introduce the GET Variable and show you how you can take input from the user and put it through the processor and then return a dynamic result back to the browser. For more information, check out the website: howtostartprogramming.com
PHP Tutorial 12 – Logical Operators (PHP For Beginners)
April 7th, 2012
phpmoz Logical operators can be used in conditions to add more than one condition or have a choice of conditions. In this video we will cover the And operator and the Or operator. For more information, check out the website: howtostartprogramming.com
Php Tutorials: Offline login system 1: Creating the system
March 28th, 2012
phpmoz In this tutorial we will be learning how to make a offline login system, which won’t use any files to read usernames and password or any mysql databases. Twitter: twitter.com Twitch: twitch.tv
Php Tutorials: Securing your login script 1: Securing
March 27th, 2012
phpmoz In this tutorial we will be securing our login script with a few things, there are obviously many other ways and tricks of doing it but these are the ones i show you in the video: mysql_real_escape_string(); Suppressing your error messages or deleting them completely Closing any open mysql connections Twitter: twitter.com Twitch: twitch.tv
Beginner PHP Tutorial – 11 – Output HTML Using echo/print
March 25th, 2012
phpmoz Check out the full PHP series at www.thenewboston.com Here is a link to the phpacademy YouTube Channel. Go and subscribe now! www.youtube.com And here is the phpacademy official website: phpacademy.org
PHP Tutorial 18 – Functions (PHP For Beginners)
March 23rd, 2012
phpmoz PHP already holds hundreds of built-in functions that you use in your everyday applications, but in PHP you have the ability to create your own functions. A function will carry out a pre-determined set of code and can be called whenever you want it to. Functions can also take parameters so you can specify the data that is entered into a function each time you call it. Functions can also be used to return values. This video will cover the wonderful world of functions. For more information, check out the website: howtostartprogramming.com
PHP Tutorial 2 – Installing XAMPP (PHP For Beginners)
March 10th, 2012
phpmoz In this short video, we will cover the part that most beginners struggle with and that is installing PHP on a server. You can use your own computer as a server by installing XAMPP and run .php files on your own computer. If you have a web hosting account then you do not need to follow this tutorial and you can simply use your web hosting to run your scripts instead. For more information, check out the website: howtostartprogramming.com

Posted in
Tags:

