A complete guide to MySQL basics, and using MySQL with PHP. Includes creating a simple posting system. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
Posts Tagged ‘Basics’
Learning the Basic’s of PHP Programming – Tutorial 1
April 10th, 2011
phpmoz Hey there again Youtubers! This is a remake of my last tutorial 1 for I had forgot to mention an important file you need to run PHP scripts. Things you will learn in the video: • What is PHP and how to start a PHP script • How to code block and inline comments • How to create variables • How to display words and variables Tutorial Two at: www.youtube.com
PHP Basics – Form Processing
November 27th, 2010
phpmoz How to process forms and implement basic form validation in php.
PHP Basics: Multi-dimentional Arrays
October 29th, 2010
phpmoz Expanding on arrays, but, well…multi-dimentional! Basically meaning you can add an array inside an array.
PHP and MYSQL – Connecting to a Database and Adding Data
September 17th, 2010
phpmoz Whats coverd: -What is MYSQL -phpmyadmin -getting data from a database with php -displaying that data on a page -insert data using a form –source code comming soon!
PHP Basics: Echo Function
July 23rd, 2010
phpmoz The echo function lets you output to a page. An almost vital function that you need to know!
PHP Basics: Advanced function
July 11th, 2010
phpmoz Not the trickiest example function, however this will teach you how to output a value created from within the function.
PHP Basics: Variables
May 28th, 2010
phpmoz Variables allow you to store data values in memory and are very easy to create.
PHP Basics: GET variable
May 8th, 2010
phpmoz Used for passing variables between pages on the submission of forms or manual entry in the URL (address) bar of your browser.

Posted in
Tags:

