“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 ‘ftp’
PHP Tutorial Deutsch [2011][ Lesson 8 ]: Runden und Zahlen formatieren mit PHP
October 2nd, 2011
phpmoz In diesem Video Tutorial zeige ich euch wie man in PHP sprintf und round nutzt. Zusätzlich gibt es auch ein paar Aufgaben zum üben. Noch mehr Tutorials: www.lostplayer.de Twitter twitter.com Facebook: facebook.lostplayer.com Den Editor erhaltet ihr hier: Notepad++: notepad-plus-plus.org
Thesis Tutorial: Backup custom_functions.php file in Thesis Theme 1.8 using FileZilla FTP Client
July 14th, 2011
phpmoz jupiterjimsmarketingteam.com Backup custom_functions.php file in Thesis Theme 1.8 using FileZilla FTP Client. Also, how to back up any wordpress file using filezilla ftp client. Thesis Theme tutorial by Jupiter Jim.
Custom 404 Error Page Tutorial: .htaccess file tip for PHP MySQL Site
July 10th, 2010
phpmoz ErrorDocument 404 /filenotfound.php Little handy .htaccess file tip for all you guys creating dynamic websites on Apache, PHP, MySQL, etc… Create and design your own custom 404 missing document pages.
Custom 404 Error Page Tutorial: .htaccess file tip for PHP MySQL Site
July 10th, 2010
phpmoz ErrorDocument 404 /filenotfound.php Little handy .htaccess file tip for all you guys creating dynamic websites on Apache, PHP, MySQL, etc… Create and design your own custom 404 missing document pages.

Posted in
Tags:

