PayPal makes doing this very easy by providing those “Buy-It-Now” buttons you’ve probably seen around the place. Basically when you see one of those buttons, it is really the submit button on an HTML...
Let’s say we have a MySQL table where one column (date or datetime type) is named creation-date and contains dates in one of the YYYY-MM-DD or YYYY-MM-DD HH:MM:SS formats from the past and we...
Code for sending Email with out storing it at your server, can handle any size and type of file. Most useful when working with files which can contain virus in comments, resumes or anything...
I’m glad that my hosting provider lets me edit the php.ini configuration file directly inside of the Control Panel. But many hosting providers don’t let their users to edit the php.ini file in case...
If you want to turn off all the warning or errors which shows on the dynamic pages, so you can do it with the help of PHP Function. The Function is: error_reporting(0); You can...
You could refresh your parent window after closing the pop up window from many methods. From those method some is given blow. 1. Firstly You can make function and call this function where you...