Re: [PHP] Weird update problem..

2008-05-25 Thread Ryan S
> $result = mysql_query($sql_1); You're running the wrong query. You're building a query in "$update_sql" but running something else. DUH!!! Thats what you get for being up all night i guess! Time to hit the sack... pulled an all nighter and its 7:24am now >Some of the comments here: >http:

Re: [PHP] Weird update problem..

2008-05-25 Thread Chris
Ryan S wrote: > This is really weird... i have tried the same exact code in phpmyadmin and it > works like a charm, but when i run the script... no errors then i go to > phpmyadmin and nothing has changed :( > > this is the code: >