List/Grid Monthly Archives: July 2010

Upload a file via FTP using PHP

Upload a file via FTP using PHP

You can upload a file via FTP using PHP with the help of “ftp_put()” function. upload.php file

Redirect Your webpage with PHP

Redirect Your webpage with PHP

You can redirect your web-page with the help PHP code

Redirect Your webpage with JavaScript

Redirect Your webpage with JavaScript

If you want to redirect your web-page to another location with the help of JavaScript. so you can redirect it with JavaScript function setTimeout(“url”.time); complete code is <script language=javascript> setTimeout(“location.href=’http://www.yourwebsite.com/page’”,… Read more »

Show the current value of Dollar in Rupees

Show the current value of Dollar in Rupees

This Script Show the current value of rupees in dollar.It is work on google API, the url of the google API calculater is http://www.google.com/ig/calculator?hl=en&q=1USD=?INR Via this URL you can convert… Read more »

© 2012 Sumit Bansal. All rights reserved. XHTML / CSS Valid.