03-05-2008, 04:42 PM
|
#5 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Location: Brazil
Posts: 77
Thanks: 14
|
You could use XML too.. makes it a lot easier to parse.
Code:
<table name="users">
<column name="user" type="VARCHAR" size="255" />
<column name="passwd" type="VARCHAR" size="255" />
<column name="url" type="VARCHAR" size="35" />
</table>
|
|
|