[snip] Error message: "You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '(20),username text (10),password varchar (10))' at line 1" [/snip]
We'd have to see the whole query. Can you echo $sql and give us the whole thing? [snip] A separate question: What is the meaning of the "." on each end of the ".$_POST[field_length][$i]." ? [/snip] Those are concatenation operators. If I say foo . bar it becomes foobar -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php