17 WEBSHOP [web design & development] +1 (940) 343-5183  

Webshop Blog

1

PHP From the Top: 3 (Loops and Conditions)

PHP Elephant Logo

So it’s been some time since our last segment, today we’re going to pick up where we left off with our PHP From the Top series and jump into some new topics. Loops and Conditions are called Control Structures and are a large part of what really makes your script dynamic, they allow the script to somewhat make its own decisions based on current circumstances. Let’s get started.

Read More…

 

 

1

PHP From the Top: 2 (Using Variables and Simple Math)

PHP Elephant Logo

This is the second installment of this new series I’m writing called “PHP From the Top.” Hopefully this guide will become a resource for beginners to get a handle on the PHP language and how to use it. I’m going to do my absolute best to not gloss over little details as I’ve found that many times beginners simply over look something minute yet crucial, get frustrated and the give up. I want to do my best to avoid this, and if any readers come across anything of the like, please feel free to discuss it in the comments. Anyway, today we’re going to cover the basics of the PHP language and get our hands dirty with a little bit of code for the first time.

Read More…

 

 

3

PHP From The Top: 1 (Getting Set Up)

PHP Elephant Logo

This is going to be the first article in this “PHP From The Top” series that I am going to be writing. I will be covering PHP basics, all the way up to some OOP concepts and applications, and hopefully some more advanced topics as time goes on. I figured today we would begin with a bit of a primer into what PHP is and what it is used for. This series will assume that you atleast have a basic understanding of (x)HTML and CSS (CSS used will not be crucial in most cases and will therefor not be focused on). Let’s get started!

Read More…