• About
  • Write For Us
  • Contact
  • Top 50 Photography Blogs
  • Resources
  • Forum

IndustryDev

  • Design
    • Photoshop
    • Lightroom
    • Camera Raw
    • Bridge
  • Development
    • HTML
    • CSS
    • Javascript
    • PHP
    • Dev Tools
    • WordPress
  • Photography
  • Blogging
  • Technology
  • Inspiration
You are here: Home / Archives for PHP

PHP

The PHP category includes posts and articles that cover tips, tutorials and best practices for various areas of coding websites with Hypertext Preprocessor. Discussion includes how to effectively utilize PHP to build dynamic, database driven websites and applications. Additional topics include syntax and structure, datatypes, operators, conditionals, loops and functions.

Internal PHP Functions

May 13, 2015

Internal PHP Functions

I am currently embarking in the final stage of Hampton Paulk’s “PHP Functions” course at Treehouse. It’s been a good one so far. I’ve learned a lot. Hampton has a way of feeding information just slow enough as to be easily absorbed. In this post, I’m going to go over functions that are internal, or […]

Filed Under: PHP

PHP Function Returns

May 7, 2015

PHP Function Returns

Today, I’m going to continue on with my interpretation, or should I say – basically – my notes, on Hampton Paulk’s “PHP Functions” class over at Treehouse. I’ve been enjoying Hampton’s style and his teaching is remarkably understandable. In this post, I’m going to go over PHP function returns. Now, before I started writing today, […]

Filed Under: PHP

Working With PHP Functions

May 1, 2015

Working With PHP Functions

In this post, I’m going to talk about working with functions in PHP. In order to do that though, I think we should first get a working definition of what exactly a function is. Much like in other programming languages, a function in PHP is a section of code that receives input, completes a set […]

Filed Under: PHP

Conditional Statements & Loops in PHP

April 23, 2015

Conditional Statements & Loops in PHP

For this last section of my PHP series, I’m going to discuss conditional statements and loops in PHP. These two areas truly are at the heart of this programming language, so it’s important to get a solid understanding of what they do and how they work. Conditional Statements In the most basic sense, conditional statements […]

Filed Under: PHP

Operators in PHP

April 18, 2015

Operators in PHP

In PHP, operators are used to manipulate or perform operations on variables and values. And just like other programming languages, there are quite a few operators. These operators can be grouped under specific headings to help keep things a bit more organized. I’ll go over each group below. Before I begin though, I thought I’d […]

Filed Under: PHP

PHP Data Types

April 10, 2015

PHP Data Types

Do you remember back when I talked about variables in PHP? If not, you really should check out my post as I covered a lot of ground. If you don’t have the time, I’ll give you a very quick refresher here. Variables are containers to store data. It’s like you carve out spaces in your […]

Filed Under: PHP

PHP Variables, Statements, Comments & Whitespace

April 3, 2015

PHP Variables, Statements, Comments & Whitespace

I’m going to cover a plethora of topics today, including some basic areas of beginning PHP. I think these are important to understand because, if you’re into this programming language, this is your foundation. Every day you code with PHP, you’ll use each of what I’ve included in the title of this post. You can’t […]

Filed Under: PHP

What is PHP?

March 31, 2015

What is PHP?

Developing for WordPress requires a working knowledge of PHP. WordPress’ core code is written in PHP and PHP is used extensively in themes and plugins. While developing in Genesis, the use of PHP is minimized, but a developer still needs to understand functions, loops and arrays. With this in mind, I decided to brush up […]

Filed Under: PHP

Connect With Me

  • Facebook
  • Instagram
  • Pinterest
  • RSS
  • Twitter

Copyright © 2021 · IndustryDev.com Web Design & Photography Blog · About · Write For Us · Contact · Privacy / Terms · Sitemap