Web Developers Portal
learn and share
Wednesday, 19 October 2011
How to calculate time difference in php
›
We can use time() function to calculate the difference between 2 dates in PHP. The time() function returns the current time as a Unix timest...
Tuesday, 18 October 2011
How to decrypt the md5 encrypted password in PHP
›
md5 is supposed to be a one way encryption. But we can validate the password. First create an md5 hash of the password supplied by the us...
4 comments:
Monday, 17 October 2011
Need to import my database - Error 1046
›
Issue : I am trying to import a copy of a my website sql database(developed using mysql 5) . When I try to import the backup.sql file via ph...
Thursday, 13 October 2011
Installing XAMPP on Linux
›
XAMPP is an easy to install Apache distribution containing Apache web server, MySQL, PHP, Perl, a FTP server and phpMyAdmin. XAMPP is ver...
Configure Xampp and Eclipse PDT in LINUX
›
On configuring Xampp on eclipse PDT , we can make our PHP development easier. Here are the steps to be followed to configure Xampp on eclips...
XAMPP – “Another daemon is already running” issue
›
When you try to start the xampp1.7.4 server from the terminal it is showing cluster3-desktop lampp # /opt/lampp/lampp start Starting XAMP...
‹
Home
View web version