[thelist] creating a mySQL table dynamically in php

rudy thelist at lists.evolt.org
Mon Jan 6 15:10:01 2003


> $sql .= "   qty    VARCHAR(12), ";
> $sql .= " );  ";


you have a comma before the closing paren

;o)


rudy