Archive for August, 2009

PHP header already sent error


Few days ago I made a silly mistake in my php coding. I have echoed something on the page where I have set the cookie.  It seems that it is not faulty code. I googled the problem and found the solution from php.net. Actually cookie must be called before anything goes to browser from server.
So [...]

No Comments

Color Your Life ### 1


University life is very busy for me. I see most of the university boys and girls are gossiping or making fun in the campus. Their life is colorful, while my one seems to be fade. We have some department who have 8 hours of classes per week. But I have to attend 8 hours of [...]

No Comments

Server Client Relation


What is the server client relationship? The relationship refers to what happen when a viewer types a web page address in the address bar in the browser and press Enter or go button.
Let us assume that the client computer is connected to the Internet. The viewer typed an URL in the address bar of the [...]

No Comments

PHP CAPTCHA generator


CAPTCHA stands for Completely Automated Public Turing test to tell Computers and Humans Apart. The term captcha was first coined by Luis von Ahn, Manuel Blum, Nicholas J. Hooper and John Langford. The first three are from Carnegie Mellon University and last one is from IBM. We will see how easily we can produce captcha [...]

No Comments

I have been scammed again!!!!


I was surfing clickersheaven.com for a few days. I used some of my money to buy visit form that site. On 1st July I requested my first payment from the site. After one month 4 days the admin of the clickersheaven.com cancelled my payment request and sent me a mail saying that she had cancelled [...]

No Comments

HTML frameset problem


Today I have tried HTML frameset in one of my site under construction. I put the whole frameset tag in the the html body. The problem is that the code is not running the frameset part. I go to w3schools again where I had learnt HTML two years ago. And saw the HTML frameset example. [...]

Tags: , ,

No Comments