Forum: MySQL Jul 2nd, 2008 |
| Replies: 11 Views: 4,247 Oh thank you so much! I don't know why I got the original idea to move through every row when I could've done it like that. |
Forum: MySQL Jul 2nd, 2008 |
| Replies: 11 Views: 4,247 Yes that's right. Sorry if I'm not too clear. I only got in PHP and MySQL 2 days ago. |
Forum: MySQL Jul 2nd, 2008 |
| Replies: 11 Views: 4,247 Hmm.. if it spares all the rows, then it's ok, but if it deletes one row it gives me the same error. The correct row gets deleted and everything, but it gives the error anyway. When I made my table,... |
Forum: MySQL Jul 2nd, 2008 |
| Replies: 11 Views: 4,247 It's good because by changing my SQL query to what you suggested, it only clears that one row and leaves the others. The only problem left is that it still gives me the error output:
Warning:... |
Forum: MySQL Jul 2nd, 2008 |
| Replies: 11 Views: 4,247 Hi, I couldn't get this to work, but I was using a PHP script to go through the rows in a table in my database and if it found a specific value, to delete that row. However, it deletes ALL the rows... |