How can I change the data in the table?
MySql Tablo:
ID -- DATA1 -- DATA2 -- DATA3
1 test1 0 asd
2 test2 0 dsa
3 test3 0 sda
.. .. 0 ...
.. .. 0 ...
2000 test4818 0 ads
How can I change the data in Data2?
I want to do this;
Data2: 0 to 1
How do I need a PHP code?
Thank you!
you don’t need a php code.
just update them.
You can use this update from php too, but this is MySQLs not PHPs business.