Sql Update.. Set.. Not Working
I have got a problem. This is my code for editing the article. I dont know why, but my UPDATE is not working. It just redirect to ../index.php. I've tried everything( Quotation mar
Solution 1:
This is not working because of the quotes, but the bigger problem is the query preparation in itself, please take a look at this
Post a Comment for "Sql Update.. Set.. Not Working"