Posts tagged as:

PHP

How to Make Money with PHP

by Shabbir on December 21, 2009

in Make Money, PHP

PHP is one of the hottest skills for quite some time now and Elance Work Index also confirms the same.

If you are an averagely good in PHP you can make handsome money doing small to mid size freelancing projects in PHP at Elance.
What is your hottest skill(s)? Share them in comments …
For me hottest [...]

{ Comments }

Recently I have seen lots of activities in the earning money from home kind of posts at  Go4Expert Forum. After leaving the Job from Lexmark India I have been working on my forums and website and also doing lot of freelancing and I would share all my experience here.
If you search Google for freelance [...]

{ Comments }

PHP comes with an in-built function to display time in your required format, but what if you want to display date and time according to user’s timezone, that’s where PEAR package Date comes in. Let’s see how we can convert a date in GMT to IST.
<?php
// include class
include ("Date.php");
 
// initialize object
$d = new Date("2008-10-03 16:23:48");
 
// [...]

{ Comments }

PHP has come a long way in the last few years and now its one of the most popular known web language but has any one of us thought why the Name of the language is PHP and nothing else Or what is the full form of PHP. If No read through the complete post [...]

{ Comments }

Get Visitor IP Address

by Shabbir on July 28, 2008

in PHP

This tutorial will be explained in PHP. In some of the next tutorials we will explain how to do this in ASP.Net.
So, this is so easy to do, watch this
<?php
$ip=$_SERVER[’REMOTE_ADDR’];
echo $ip;
?>
Put this code in some HTML page.
When the user opens that page, the command echo will write its IP [...]

{ Comments }

    About the Author

  • author photo

    My Name is Shabbir Bhimani and I am developer by profession in the field of applications, web and database. Currently doing full time online marketing and like to share my experiences on how you can make money online @ CodeItWell.com. Read more ...


    See how you can get in touch with me.