vijayjoshi.org - php | javascript | ajax | and all things web

Archive for the ‘FAQ’ Category

How to allow users to download files in PHP

November 25th, 2008 | Posted by Vijay Joshi | 12 Comments
So, you want to allow your users to download files from your server. Downloading files in php is a simple process.You do not need scores of lines in your code to ...

FAQ: calculate number of days between two dates in javascript

October 24th, 2008 | Posted by Vijay Joshi | 11 Comments
From today onwards I am introducing a new category FAQ. It will contain quick solutions and code for common problems developers face daily in javascript and php. Browser compatibility issues ...