background preloader

PHP

Facebook Twitter

Hurricane Electric Interactive Programming. PHP Academy. Introduction. If you want to learn the basics of PHP, then you've come to the right place.

Introduction

The goal of this tutorial is to teach you the basics of PHP so that you can: Customize PHP scripts that you download, so that they better fit your needs. Begin to understand the working model of PHP, so you may begin to design your own PHP projects. Give you a solid base in PHP, so as to make you more valuable in the eyes of future employers. PHP stands for PHP Hypertext Preprocessor. Taken directly from PHP's home, PHP.net, "PHP is an HTML-embedded scripting language. PHP For Kids. Course Hero: Intro To PHP. PHP Tutorial. Programr: PHP. Programr - About. PHP Cheat Sheet. PHP for Beginners. The Magic of PHP + MySQL It’s safe to say that nearly every website that’s up-to-date these days is using some form of content management system (CMS).

PHP for Beginners

While there are a ton of great free options that provide us with a CMS to power a website (WordPress, Drupal, etc.), it doesn’t hurt to peek under the hood and get a feel for how these systems work. To get our feet wet as back-end developers, we’ll be creating a simple PHP class that will: Create a databaseConnect to a databaseDisplay a form with two fieldsSave the form data in the databaseDisplay the saved data from the database Download Files This class is intended to give you a feel for how PHP and MySQL interact together, and to show the basics of a CMS. Building the Class Our first step is to simply lay out the class in a file named ‘simpleCMS.php’ so we have a road map to work with. As you can see, we’re creating one class with four variables and five methods. The Variables Build the Database Connect to the Database Build the Form <! <? KillerPHP: PHP Video Tutorials. PHP For the Absolute Beginner.

[box] For a complete list of Zend Training Courses – PLEASE CLICK HERE !

PHP For the Absolute Beginner

[/box] This area is intended for everyone new to PHP. It opens with a series of informal, entertaining tutorials written by Vikram Vaswani, founder and CEO of Melonfire. These tutorials build on a previously-published 5-part series which has now been updated and extended to embrace PHP 5, making parts of it suitable for those of you who already have worked with PHP 4 in the past. If you came here to learn about elementary PHP 4 or basic PHP 5, this is for you. PHP 101 (part 1): “Down the Rabbit Hole” An introduction to PHP’s variables and operators.PHP 101 (part 2): “Calling All Operators” The rest of the PHP operators (there are many), and simple form processing.PHP 101 (part 3): Looping The Loop Basic control structures explained.PHP 101 (part 4): The Food Factor Arrays, PHP array functions, and what it all means.

w3schools: PHP Tutorial. NetTuts+: The Best Way to Learn PHP. Learning something from scratch is almost always an arduous affair -- you simply have no idea as to where to start, or not to start, to kick things off.

NetTuts+: The Best Way to Learn PHP

I loathed learning about the idiosyncrasies of C++'s syntax when all I wanted to learn were some darn programming concepts. As I'm sure you can agree, this is a less than ideal situation. This is where the Nettuts+ "The Best Way to Learn" series comes into the picture. This series is intended to be your blueprint, your road map, your plan of action for learning your topic of choice!

You don't have to worry about finding the best resources, sorting out the bad ones, and figuring out what to learn next. Today, we're going to figure out the best way to learn PHP. Assignment #1: Disregard the Naysayers If you're reading this, chances are that you've Googled a lot to decide which language to learn and how. Haters gonna hate! As the popular saying goes, haters gonna hate!

Assignment #2: Install PHP through [X]AMP Author: David Powers.