|
Posted by noone on 12/17/82 11:44
ameshkin wrote:
> Hi,
> I've been working on a drag drop system and something happened when I
> tried to switch the code from a working model to one with another
> database. The drag drop still works, but the informatin in the
> database is still not updating. I kind of got aggravated and could not
> figure out the problem with my 4 months of PHP experience.
>
> If anyone would like to look over the code, then go tot his URL and get
> in touch with me if interested!
>
> Thank You
>
>
> http://www.mytuneslive.com/DragDrop/ChangePlaylistOrder.php
>
I don't play that game. give us a code snippet that you feel is not
working. My first guess is that you have a problem in your database
connection code... make sure you are checking the return status from ALL
database calls and handle the error at that point. if you don't, your
transaction integrity may not produce the results you expect and then
you have orphan data and your database becomes useless as your db is
only as good as the data in it...
Navigation:
[Reply to this message]
|