php

MS Excel 2003 to PHP

Submitted by emond on
Suck Data from Excel Uploads This shows you how to save Excel spreadsheets in the new XML format supported by Excel and Microsoft Office 2003 and how to read that format and display the data back to the user. The first page is index.php, which presents the Browse button. The user then selects an Excel XML file, which is submitted to the import.php page; that page returns an HTML rendering of the

Speed-Up Software Development : Framework-Driven Development

Submitted by arjay_nacion on
Many software developers today are still using the old way of "write your own code" strategy. Although it may seem right for a developer's perspective in terms of skill enhancement and originality, when it comes to developing large-scale applications on a tight deadline, this may not seem to be the best approach.

Send Mail

Submitted by admin on
The following code will allow you to send mail using PHP in your website. Simple download the code and modify it to suit your needs. You can use this as a feedback form, contact form, etc. I used Macromedia Dreamweaver in editing the code. I recommend this editor especially for beginners. There’s a lot of free HTML editor but Dreamweaver has a lot of features which the free version doesn’t have