Andrew Rosolino wrote: > $query = "INSERT INTO browse (username, password) > VALUES ('Kittyf', '5521f') LIMIT 0, 30 ";
does limit/offset apply to insert statements? see this page for correct insert syntax: http://www.mysql.com/doc/I/N/INSERT.html -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]