Tag Archives: php

Create a Self Hosted Invoice Application With Siwapp

If you work on the web or run an internet business, billing and invoicing your clients is certainly going to take a lot of your time. There are some invoicing solutions on the web, some of them are free and … Continue reading

10 Free Scripts to Create Your Own Url Shortening Service

Since the popularity of Twitter started to rise and the 140 characters mania began, there has been an outburst of Url shortening services which allow you to sqeeze a long url in the given limited space. There are many url … Continue reading

Import Large MySQL dumps with BigDump

As a website owner or blogger you may want to import your MySQL dump from one server to another server database, but what you do if it exceeds the limit offered by phpMyAdmin. By default phpMyAdmin provides the upload limit … Continue reading

How to upgrade PHP version from WHM

I have upgraded my PHP version on my dedicated server recently from php 4.4.4 to php 5.1.4, i will explain how i did that here, hope it might be useful to someone else. Some of the scripts we use may … Continue reading

Create your own social bookmarking site with scuttle

Scuttle is a free open source software for creating social bookmarking sites like del.icio.us. You can create a social bookmarking site in minutes using scuttle for your personal or for community use. Scuttle code is available from sourceforge.net. Scuttle supports … Continue reading

How to edit php.ini file to increase memory limit

Today my blog was down for some time due to a memory issue in php.ini file in my server. I have never seen this error before and i don’t know what went wrong. I quickly searched on Google and found … Continue reading