How to add "Edit" "Copy" "Delete" options phpmyadmin - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to add "Edit" "Copy" "Delete" options phpmyadmin (
/showthread.php?tid=625951)
How to add "Edit" "Copy" "Delete" options phpmyadmin -
ax1 - 08.01.2017
I have tables where I insert data with gamemode script. Those tables have "Edit" "Copy" "delete" options in front of a row. Then I created other table and added information by clicking "insert" and there were no "Edit" "Copy" "delete" options. How do I add them?
Re: How to add "Edit" "Copy" "Delete" options phpmyadmin -
Vince - 08.01.2017
The table must have a primary key.