nevermind I got it.
<< snip >> I have something really wierd going on with a form that let's a user add/edit/delete data from a mysql database. It's like I can not edit any data that was not recently added or if it was added by another user. If I log into mysql directly under the same user I'm using form the php script and run the same query it's fine. But if I run it form the form it behave like everything is ok but the data is not updated. AND only on old data or data someone else added. If add some data I can for a while edit it all I want from the php script but after a while (like the next day) I can no longer edit it. Goes through all the motions, no error messages, but no updates in the db. Yest, as I said, at the same time I can still edit "fresh" data so the queries must be fine AND I can edit the data directly. I've never encountered this before so any suggestions.... It's like the data is tied to a certain session or something. I hope that makes sense. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php