Posts Tagged ‘Mobile Device’

Beginner PHP Tutorial – 187 – Custom Exceptions

Beginner PHP Tutorial – 147 – Registration Form Part 4.flv

Beginner PHP Tutorial – 4 – Creating Your First PHP File.flv

PHP Tutorial: Embed image source in HTML: Hide image location

Learn how to hide the image source directory on your web server. Enhance the security of your website by not showing where the image is located. In this tutorial you’ll learn how to use base64 encoding to embed images within your website. Using PHP to get the source of the image we will base64 encode the image binary source.

Beginner PHP Tutorial – 1 – Introduction to PHP.flv

php and mysql tutorial – 9.13 using php myadmin

“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

Beginner PHP Tutorial – 2 – Installing XAMPP Part 1.flv