Got something specific you'd like to learn? Click here to suggest a tutorial!

Learn PHP
Tag Archives | mysql
Install a LAMP Web Server on Ubuntu

Install a LAMP Web Server on Ubuntu

Installing a web server using the Ubuntu operating system is not too difficult because most of the required packages don’t need a lot of configurations. In this tutorial we create a (power) user, we install Apache, PHP and MySQL, phpMyAdmin and several other services needed to run a powerful and secure web server. via web-development-blog.com [...]

Read full story · Comments { 0 }

How to USE the Data You Collect With Your Forms

In this lesson, you’ll learn the basics of displaying data stored in a database… allowing you to actually use the data you collect with your forms… because that’s the point, right?

Read full story · Comments { 11 }

How to Build a PHP Form From Scratch With One Hand Tied Behind Your Back

In this video, you’ll discover how to build an PHP form that stores data into a MySQL database from scratch. You’ll learn the necessary fundamentals of using PHP with forms.

Read full story · Comments { 32 }

How Forms Are Much Simpler Than You Ever Could Imagine

In this video, you’ll discover how forms are much simpler that you’ve probably ever imagined. You’ll learn the behind the scenes “magic” that make forms work and discover what it is you’re really doing when you create a form.

Read full story · Comments { 6 }