+91-943-185-6038 me@shashidharkumar.com
Convert xml to html

Convert xml to html

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...
Simple email script in php

File upload script-PHP

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