Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Learn PHP: Learn PHP Programming in 4 hours! PHP for Beginners - Smart and Easy Ways to learn PHP & MySQL
Learn PHP: Learn PHP Programming in 4 hours! PHP for Beginners - Smart and Easy Ways to learn PHP & MySQL
Learn PHP: Learn PHP Programming in 4 hours! PHP for Beginners - Smart and Easy Ways to learn PHP & MySQL
Ebook81 pages1 hour

Learn PHP: Learn PHP Programming in 4 hours! PHP for Beginners - Smart and Easy Ways to learn PHP & MySQL

Rating: 3.5 out of 5 stars

3.5/5

()

Read preview

About this ebook

"Learn PHP in 4 Hours!" promises to give you complete introductory knowledge to PHP and MySQL. You will be able to get started on your journey to building awesome dynamic websites that help you achieve your dreams in no time.

This book contains definitions that are straightforward, examples that are short and sweet and explanations that ensure mastery of the basics very quickly.

You will be able to blast through this book while gaining deep knowledge that prepares you to tackle the advanced features of both PHP and MySQL while simultaneously being able to do something very useful with the best practices. This is an amazing educational book!

What is in the book?

Introduction to PHP Programming

Chapter 1 – Hour 1: Installation and PHP

We discuss installation of a web server package and show how to use it to run PHP script. We also cover some of the basics of PHP

Chapter 2 – Hour 2: More PHP Basics

We dive deeper into the basics of PHP

Chapter 3 – Hour 3: MySQL Basics

We discuss how to access the command line to enter MySQL commands and use them to work with data in the database

Chapter 4 – Hour 4: PHP and MySQL

We consolidate the knowledge and use both PHP and MySQL to create a very simple website with dynamic content

Let's get started!

LanguageEnglish
Release dateFeb 2, 2017
ISBN9781386643685
Learn PHP: Learn PHP Programming in 4 hours! PHP for Beginners - Smart and Easy Ways to learn PHP & MySQL

Related to Learn PHP

Related ebooks

Programming For You

View More

Related articles

Reviews for Learn PHP

Rating: 3.5 out of 5 stars
3.5/5

2 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Learn PHP - Barry Page

    Introduction

    You cannot open a book without learning something. - Confucius

    People learn PHP for many reasons. Every language has a bit of a learning curve and one can get bogged down in two much theory that it can make it unappealing because the task ahead seems odious. Maybe you want to build a simple blog or something as advanced as a massive online e-commerce site with thousands of products up for sale. It is hard to know where to start getting the needed knowledge.

    If you are looking for a way to get going fast in order to make you visions a reality then you have come to the right place! This books aims at getting you started on your journey to PHP and MySQL mastery in 4 hours! It does this by telling you the most important stuff you need to know to get started quickly for the absolute beginner, in either PHP or MySQL, so you get to doing useful stuff as quickly as possible.

    This is not a comprehensive guide to PHP and MySQL that covers all the aspects but a crash course that gives you a practical guide on how to do really cool basic things with PHP and MySQL on their own and together. The two can get pretty advanced but with the knowledge in this book, you should be able to get that prototype up and running as you tackle the more advanced topics.

    A little knowledge of HTML and CSS will be needed before because, really, PHP is just a language that is used to produce web pages and its final output is HTML. We will go over all the basics of PHP and MySQL and finally put it all together and build simple web site where you will be able to store a records of your favourite artists using the dynamic duo.

    The basics are all you need to get going in 4 hours (and this book, of course) is all you need.

    But what is PHP or MySQL and why do you need it to accomplish this previously impossible task?

    A Short Introduction to PHP

    PHP stands for Hypertext Processor. It is a server side scripting language that is used to produce dynamic web content among other things. This means that everything PHP does is not done on the computer that is used to view the web pages, called the client, but a specialised computer called a server that houses all the webpages that you are viewing on the client machine.

    Being a scripting language means that PHP can't really be used to make standalone applications that run on your computer as it is designed to only do things when an event happens within web pages like; clicking on a link or getting form data when a web form is sent.

    You can embed PHP into your HTML web pages and produce pages that are customised according to the information you get from your users. This ends up making webpages more exciting rather than if they were just static.PHP can be used to produce web pages because its final output is HTML.

    It is very efficient in the server side, widely used, cross-platform (runs on Windows, Linux, UNIX, Mac OS X, etc.) and easier to learn than any other fully featured language like C, Java or Perl.

    PHP is also very powerful. If you ever doubt its power, just look carefully at the link in your browser next time you decide to log on to Facebook. You will notice that the largest social networking site on the planet is powered by PHP!  Even Wikipedia (That site which tells you everything you need to know) is powered by PHP. That is the power that is behind PHP, and it makes it a good alternative to its competitors such

    Enjoying the preview?
    Page 1 of 1