Posts tagged "PHP"

  1. 15 Best Ever PHP Frameworks 2 years ago Permalink

    PHP is probably the most popular language in the world when it comes to flexibility and ease of use regarding building web apps and frameworks. PHP has a very steep learning curve which means that regardless of you coming from a non-programming background, you can easily lean PHP.

  2. Getting Started With PHP and Dynamic Content 2 years ago Permalink

    If you have taken any basic HTML courses or look through tutorials you know how to build a website…. Well sort of. HTML is pretty much the first and main stepping stone of websites but it is merely the beginning.

  3. How to Create a Forum in PHP from Scratch 2 years ago Permalink

    In this tutorial we’ll see how to make a forum using PHP and MySQL. We have to cover a lot of different things, so let’s start!

  4. 10 Life-saving PHP Snippets 2 years ago Permalink

    In order to be efficient, a web developer should have a toolbox with code snippets he can use and reuse when needed. In this article, I’m going to show you 10 extremely useful PHP code snippets to add to your web developer toolbox.

  5. 10 PHP Code Snippets for Working With Strings 2 years ago Permalink

    Strings are a very important kind of data, and you have to deal with them daily with web development tasks. In this article, I have compiled 10 extremely useful functions and code snippets to make your php developer life easier.

  6. 9 Magic Methods for PHP 2 years ago Permalink

    Following on from my previous two posts, showing a gentle introduction to OOP in PHP and some slightly more advanced concepts, I’d like to take a dive into the magic methods in PHP. It might be magic, but no wands are required!