View Single Post
Old 03-05-2008, 04:42 PM   #5 (permalink)
DeMo
The Contributor
 
DeMo's Avatar
 
Join Date: Jan 2008
Location: Brazil
Posts: 77
Thanks: 14
DeMo is on a distinguished road
Default

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>
Send a message via ICQ to DeMo Send a message via MSN to DeMo Send a message via Skype™ to DeMo
DeMo is offline  
Reply With Quote