That's how databases work.  There is no implied ordering internally.  An
order is only applied if you add an "order by" clause on a select.

-Rasmus

On Thu, 24 Jan 2002, Phil Schwarzmann wrote:

> When Im adding rows into my MySQL database using PHP, it seems to put
> them in random places in the database.  Sometimes at the beginning,
> sometimes at the end, sometimes in the middle of the database.
>
> Why is it doing this?
>
> Thanks for your help!!
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to