“PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.” This is generally a good definition of PHP. However, it does contain a lot of terms you may not be used to. Another way to think of PHP is a powerful, behind the scenes scripting language that your visitors won’t see!. When someone visits your PHP webpage, your web server processes the PHP code. It then sees which parts it needs to show to visitors(content and pictures) and hides the other stuff(file operations, math calculations, etc.) then translates your PHP into HTML. After the translation into HTML, it sends the webpage to your visitor’s web browser. PHP is the most popular scripting language for web development. It is free, open source and server-side (the code is executed on the server). MySQL is a Relational Database Management System (RDBMS) that uses Structured Query Language (SQL). It is also free and open source. The combination of PHP and MySQL gives unmet options to create just about any kind of website – from small contact form to large corporate portal. This PHP/MySQL tutorial is part of the rich collection of web hosting tutorials which SiteGround experts have prepared for you. Find out how to start your website, how to promote it, how to deal with cPanel, webmail and FTP. You just found the easiest to …
Posts Tagged ‘linux’
PHP tutorial 5 – Post variables to another page
July 9th, 2012
phpmoz In this PHP tutorial you will learn how to post variables from a HTML form to another PHP page.
PHP Tutorial 1: Installing XAMPP(Windows), Hello Word And Basic Variables!
April 19th, 2012
phpmoz Hello, My name is Lewis. This is The first Tutorial of many to come. Bare in mind that I was incredible nervous when filming this because it is the 1st Video tutorial I have ever done before
XAMPP: www.apachefriends.org NotePad ++: notepad-plus-plus.org
PHP Tutorial – Build GUI Desktop Application
April 10th, 2012
phpmoz Learn how to download, install and user the PHP-GTK library to build desktop applications for windows, using PHP. Find more information at www.digitalphantom.net PHP-GTK: gtk.php.net PHP: php.net
PHP Tutorials 2012 Part 3 – Hello World
February 6th, 2012
phpmoz In this tutorial I will teach you how to make our first php program.
PHP LFI Tutorial
December 12th, 2011
phpmoz In this tutorial I will show you a PHP Local File Inclusion technique using /proc/self/environ.
PHP Tutorial | Higher / Lower game | HD
December 11th, 2011
phpmoz In this tutorial you will learn how to create an easy higher/lower game. The goal of this game is to guess if the next number in the list is higher than the number that is displayed on the screen. If you have any questions feel free to ask, i will give a response as soon as possible.

Posted in
Tags:

