Posts Tagged ‘programmer’

PHP Tutorial: Make money with web development

In this tutorial I discuss multiple methods to make money through PHP and web development. It will teach you how to monetize your knowledge through freelancing, script creation (and selling) as well as hired work. I provide a few references, many tips, and just a general sense of how to make money using the tools of coding. This video does not teach about affiliate programs, and is not a get rich quick scheme. I apologize to those looking for it. Further, it is not my usual tutorials, I promise I will be back soon !

PHP Tutorial: Basic Introduction

A basic introduction to PHP. PHP is an open-source programming language which is widely used in the web today. It allows you to create dynamic websites and pages driven by database results. XAMPP is an open source cross-platform web server solution that allows you to build PHP websites, pages locally in your computer.

PHP Tutorial 2 – Variables and strings

Variables are used for storing values, like text strings, numbers or arrays. When a variable is declared, it can be used over and over again in your script. All variables in PHP start with a dollar ($) sign symbol. String variables are used for values that contain characters. In this chapter we are going to look at the most common functions and operators used to manipulate strings in PHP. After we create a string we can manipulate it. A string can be used directly in a function or it can be stored in a variable. E-mail: mr.gigiliIII@gmail.com Twitter: www.twitter.com Website: www.mrxxxproductions.pcriot.com

PHP OOP Tutorial 4 | File Logger

I had a brain-fart during the tutorial forgive me for the pause somewhere in there! Anyways, Lets get our hands dirty with a File Logger object in OOP. I think by practicing it’s the only way to learn, rather than going through all the rules. So lets do it!

PHP & MySQL Tutorial 10: Starting a Basic Blog Part 2

Here’s a start for beginner web programmers: a Blog which will evolve into not only A blog, but a content management system. Alas, we need a beginning. This tutorial first starts with setting up our blog system. This blog system is designed in a way that can be expanded for future tutorials for real application. Make sure to see Part 3!