Author Archive

Getting Child

By admin at 20 November, 2008, 12:26 pm

During my project, I need a code to show the items and it’s corresponding child, of certain category. So, finally I come up with this code. If you are also in sort of such problem and wondering how to get the child of its parent (tree),then this piece of code may acts as your helper.
This [...]

Read More >>

Accessory in file upload

By admin at 25 July, 2008, 10:33 am

Before allowing to upload file, you make like your users to check and secure the file.You may like to check extension and allow particular file (eg.image file only), check size, and others.So, I am listing some accessory which you may wish to have.
[ function checking extension of the file ]
You can check the [...]

Read More >>

How to limit file size during file uploading using PHP?

By admin at 24 July, 2008, 2:39 pm

I expect that the previous post regarding to the file upload becomes beneficial to you. Now let us become more specific. You may like to restrict user in many circumstances. So, today I am going to deal with the restriction made to the file size during the file uploads. There may be many solutions. [...]

Read More >>

Uploading the files using PHP

By admin at 22 July, 2008, 2:00 pm

I think you have got a lot of tutorial regarding to the file upload. Uploading a file in PHP is not a great deal. If you are still confound and searching for the uploading stuff then let me help you. Do not worry, it’s simple. You may just copy and paste to use it.
Firstly you [...]

Read More >>

Counting the file that has been downloaded

By admin at 16 July, 2008, 9:58 am

In former post related to the download, I have tried showing how can we let our files to get downloaded by clients. Now next thing is, you may also want to count the numbers of files that have been downloaded. So my main motive to place this post is to help you count you files [...]

Read More >>

Some beliefs on Politics and its terms

By admin at 15 July, 2008, 12:48 pm

Each people belong to one country by birth and each country is ruled under Politics jumble. The word politics comes from the Greek word “polis”, meaning the state or community as a whole. So, each people have rights to know, in which principles, their nation is under. Some says “Politics is dirty game”; some argues [...]

Read More >>

How can I let download my file ?

By admin at 9 July, 2008, 9:57 am

Normally, Downloading is the process of taking a file from a computer on the Internet and saving that file on your computer. Are you searching for the PHP source code for downloading the file? Then, you are at the right place. Here is a simple PHP code, that let the file to download; you [...]

Read More >>

Some mathematics tricks for ease

By admin at 1 July, 2008, 3:07 pm

If you are suffering pain using calculator for simple mathematics solutions. Then I hope tricks, I am listing here, really help you.
Check it out >>>
Multiply by Eleven(11)
The eleven times table has always been very easy to learn up to nine[(1 to 9) * 11]. Here’s a way of multiplying large numbers by 11 [...]

Read More >>

How to generate CAPTCHA?

By admin at 30 June, 2008, 1:35 pm

CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a simple test to determine if a user is a computer or a human. It’s is a type of challenge-response test used in computing to ensure that the response is not generated by a computer.
CAPTCHA helps to prevent spam abuse on the [...]

Read More >>

How can I embed “Google Search” box in my web-site?

By admin at 27 June, 2008, 9:10 am

Dear friends, you may be wandering how to embed “Google Search” box in your website. Do not worry it’s so simple to add it.Google itself actually provides you a nice page along with HTML code. Just what you need to do is copy and paste it onto your web page.
NOTE :: Layout can be changed, [...]

Read More >>