Using Operators in PHP – Learn PHP in 7 Days – Day #2
Operators are used for performing a variety of simple tasks like specifying values to variables, mathematical functions, comparing data etc. Although operators in PHP are categorized ...
PHP Tuts – A 7 day Crash Course in PHP
I am writing a set of 7 day series posts at mygeekpal.com mainly for those who want to learn PHP. These tutorials will focus on basic concepts of PHP. So if you are a newbie with no ...
PHP Syntax, Variables, Echo Statement – Learn PHP in 7 Days – Day #1
Welcome everyone to the Day # 1 of my PHP tutorials series, Learn PHP in 7 days. Today we are going to start with basic concepts of PHP like the syntax, using variables, strings and ...
Learn PHP in 7 Days
After my prolonged exams I have though to write something really productive for you all. All day long I was thinking what should be the topic that I should hit it with. At first I thought ...
Sanitizing Variables in PHP without Regular Expressions
I spend a tough time learning regular expressions but forget it easily within a short span of time. Though cheatsheets come to my rescue but while coding applications I try to stay ...
How to automatically tweet your blog post
Hey guys, this code will let you automatically tweet your latest blog post to twitter. Lol didn’t understand? What I mean to say is each time you write a new post, the following ...
