“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 ‘BOOK’
PHP Tutorials: Creating a Guestbook (Part 2/8)
August 3rd, 2012
phpmoz Part 3/8: www.youtube.com Creating a simple guestbook with PHP and MySQL. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
PHP Tutorial: Create a guestbook script in 8 Minutes
February 9th, 2012
phpmoz Create Guestbook in PHP in 8 Minutes. Software used: Zend Studio and Navicat for SQL
PHP Tutorials – Making a simple Guest Book part 3
December 20th, 2011
phpmoz In this part of the tutorial, I show you how to insert data into your guestbook table.
PHP Tutorials: Introduction to Facebook application development (Part 1)
July 31st, 2011
phpmoz An introduction to Facebook application development. How to set up your application, allow a user to access your application and display their full name. TWITTER twitter.com FORUM phpacademy.org FACEBOOK www.facebook.com

Posted in
Tags:

