This chapter explains how to display add HTML control dynamically through JavaScript. Click for Demo : Add HTML Control Download the script : Add HTML Control
Posted on 19 March 2010.
This chapter explains how to display add HTML control dynamically through JavaScript. Click for Demo : Add HTML Control Download the script : Add HTML Control
Posted in JavaScript, JavaScript, Programming, Project0 Comments
Posted on 04 September 2009.
This chapter explains how to send email in php. We will upload advanced mailing script in php soon. Download the script : Simple email script in PHP
Posted in PHP, PHP, Project, Tutorial0 Comments
Posted on 04 September 2009.
This chapter explains how to display XML data as HTML. In the example below, we loop through an XML file (test.xml), and display each element as an HTML table row: <script type=”text/javascript”> var xmlDoc; if (window.XMLHttpRequest) { xmlDoc=new window.XMLHttpRequest(); xmlDoc.open(“GET”,”test.xml”,false); xmlDoc.send(“”); xmlDoc=xmlDoc.responseXML; } // IE 5 and IE 6 else if (ActiveXObject(“Microsoft.XMLDOM”)) { xmlDoc=new ActiveXObject(“Microsoft.XMLDOM”); [...]
Posted in PHP, PHP, Project, Tutorial0 Comments
Posted on 03 February 2009.
Here I am giving a full source code of File Upload at run time. You can upload single file. You can do it just some customize there and put it at your server folder. Download Script
Posted in PHP, PHP, Project, Tutorial0 Comments
Posted on 07 November 2007.
Here I am giving a full source code of Multiple Upload at run time. You can upload single file if you wish and if you want to upload multiple file than you can do it just some customize there and put it at you server folder. Download Script
Posted in PHP, PHP, Project, Tutorial0 Comments

Get Social!