PHP Classes

File: input.htm

Recommend this page to a friend!
  Classes of Tomasz Malewski   adv_csv   input.htm   Download  
File: input.htm
Role: Auxiliary script
Content type: text/plain
Description: sample HTML input
Class: adv_csv
Export and import data in CSV from HTML or MySQL
Author: By
Last change:
Date: 15 years ago
Size: 449 bytes
 

Contents

Class file image Download
<html>
<body>
blah blah blah
<table>
<tr>
    <td>Column1</td>
    <td>Column2</td>
    <td>Column3</td>
    <td>Colblah</td>
</tr>
<tr>
    <td>R1C1</td>
    <td>R1C2</td>
    <td>R1C3</td>
    <td>R1C4</td>
</tr>
<tr>
    <td>R2C1</td>
    <td>R2C2</td>
    <td>R2C3</td>
    <td>blahblah</td>
</tr>
<tr>
    <td>R1C1</td>
    <td></td>
    <td>R1C3</td>
    <td>R1C4</td>
</tr>
</table>

blah blah blah
Everything not in table tag will be removed
blah blah blah