Hey dudes.
I've been searching for a tool like Mysql table edit for a while, but once I've tried to use it... tons of warnings / errors.
So, I just started PHP, but I solved the issues (basically undifined variables for most of them), and this is a fully working version of mte.php: https://www.mediafire.com/?j240dscrs0s554n
Hope it helps.
And.. please don't take care about my english.. I'm french actually.
Jules.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
$result=mysqli_query($this->mysqli,"SELECT $this->primary_key FROM $this->table ORDER BY $this->primary_key DESC LIMIT 1");$row=mysqli_fetch_array($result,MYSQLI_NUM);$new_last_id=$row[0]+1;$field="<input type='text' name='$key' value='$new_last_id'>[auto increment]";
It could give a problem when the tabel auto increment increased while editing.
Thanks again, Martin
Last edit: Martin 2017-06-17
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey dudes.
I've been searching for a tool like Mysql table edit for a while, but once I've tried to use it... tons of warnings / errors.
So, I just started PHP, but I solved the issues (basically undifined variables for most of them), and this is a fully working version of mte.php: https://www.mediafire.com/?j240dscrs0s554n
Hope it helps.
And.. please don't take care about my english.. I'm french actually.
Jules.
Merci Jules!
In the next version I will add most of your changes.
The dirty fix on servers that display things:
Was there a problem with line 566?
Or did you want a text-box for the auto increment?
to:
It could give a problem when the tabel auto increment increased while editing.
Thanks again, Martin
Last edit: Martin 2017-06-17