Showing posts with label Php. Show all posts
Showing posts with label Php. Show all posts

September 20, 2009

Php excel SQL to Excel

this php script will write data from php using text from an SQL table (MySQL, supply your own SQL query) to a microsoft excel (.xls) file. T...

Create excel files with php

Excel is a very useful format for lots of purposes. For example, exporting stats, member lists to hand over to economy department etc. But h...

PHP MySQL Insert Into

Insert Data Into a Database Table The INSERT INTO statement is used to add new records to a database table. Syntax It is possible to write t...