I was thinking about writing this article for quite sometime now but somehow it was getting delayed but finally today I decided to get this done.
How to watermark images in PHP on the fly
Do share your views in comments.
{ View Comments }
With Resources on How to Make Money Online doing Freelancing, Affiliate Marketing, Blogging and many more …
Posts tagged as:
I was thinking about writing this article for quite sometime now but somehow it was getting delayed but finally today I decided to get this done.
How to watermark images in PHP on the fly
Do share your views in comments.
{ View Comments }
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 [...]
{ View 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 [...]
{ View 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");
// [...]
{ View 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 [...]
{ View Comments }
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 [...]
{ View Comments }