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.
{ 0 comments }
With Resources on How to Make Money Online doing Freelancing, Affiliate Marketing, Blogging and many more ...
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.
{ 0 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 [...]
{ 17 comments }
Elance published October Elance Work Index which ranks the hottest skills in-demand and hiring trends in the freelance industry on the Web in October. PHP is still at the top but CMS and specially Joomla getting hot with lots of projects posted. Though Graphic design looses some places and points, Adobe Illustrator gains quite a [...]
{ 0 comments }
Elance published the September Elance Work Index which ranks the hottest skills in-demand and hiring trends in the freelance industry on the Web in September. PHP, graphic design, flash and article writing were among the fastest growing skills in demand. Check out September Elance Work Index at the official blog.
{ 2 comments }
Every website uses CMS to manage the content effectively and there are so many CMS available to to be used it sometimes becomes very difficult to decide which one is best for your needs. Here I am going to discuss about WordPress theme which many believe is a blogging engine but thats actually not true [...]
{ 3 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 [...]
{ 0 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 [...]
{ 1 comment }
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 [...]
{ 4 comments }