Articles Archive for March 2008
Javascript »
From the code below, you can get Resolution, Page title, Page url, Agent name, Browser name and Page Referrer.
PHP »
From the code below, you can get IP Address, Page name, Browser name, Operating System name, and Page Referrer name. Note: If you directly run this code, you will not get Referrer name. To view referrer information, you can link the page below from any other page.
PHP »
I find timestamp more flexible to use. Using time function which returns current Unix timestamp. We have the flexibility to change the timestamp according to the display requirement for our date and time by using date function.
Javascript »
I had problem giving the back link and I found this solution: Go Back This helped me. Hope this will be useful to you as well.
MySQL, PHP »
Before I had posted an article to add, edit, delete, and display contents. I had also included sessions there. There was the facility to login and register users too. But i got feedback that it was a bit complex for novice users of PHP (users who have just started PHPing). It was a kind of [...]
PHP »
Explaining/Illustrating different ways to generate random numbers and strings in PHP
PHP, Regular Expression »
In this article, you will find php validation code for: 1) Interger Validation 2) String Validation 3) Decimal Validation (two digits after decimal)
