Activity for Daniel Tuvestam

  • Daniel Tuvestam Daniel Tuvestam posted a comment on discussion Help

    I have notices in the new version 1.3.2 if the table is empty there is an error. Warning: Undefined variable $rows in /www/webvol7/7e/px07r9frdj9kfnv//mte/mte.php on line 451 Nothing big but just so you know.

  • Daniel Tuvestam Daniel Tuvestam posted a review on MySQL Edit Table

  • Daniel Tuvestam Daniel Tuvestam posted a comment on discussion Help

    You are the hero of the day!!!

  • Daniel Tuvestam Daniel Tuvestam posted a comment on discussion Help

    Is there any plans on updating this to support PHP8? I love this but us our host provider is moving to PHP 8 we need to change our site to support this.

  • Daniel Tuvestam Daniel Tuvestam modified a comment on discussion Help

    I found on line 204 in mte.php that you should add (int). old code: $start = $_GET["start"]*1; new code $start = (int)$_GET["start"]*1;

  • Daniel Tuvestam Daniel Tuvestam posted a comment on discussion Help

    I found on line 204 in mte.php that you should add (int). $start = $_GET["start"]1; -> $start = (int)$_GET["start"]1;

  • Daniel Tuvestam Daniel Tuvestam posted a comment on discussion Help

    Is there a way to get NULL insted of a value?

  • Daniel Tuvestam Daniel Tuvestam posted a comment on discussion Help

    Is there a way to get the "job name" insted of the nuber in the list veiw? like in the edit... Make selectlist on inputfield based on another table in this example: employees.job is based on jobs.jobname: $tabledit->lookup_table = array( 'job' => array( 'query' => "SELECT id, jobname FROM jobs;", 'option_value' => 'id', 'option_text' => 'jobname' ) );

  • Daniel Tuvestam Daniel Tuvestam posted a comment on discussion Help

    Swedish translation /* * Swedish language file - version .1.2 * / $this->text['Add_Record'] = 'Lägg till'; $this->text['Clear_search'] = 'Återställ'; $this->text['Search'] = 'Sök'; $this->text['Go_back'] = 'Tillbaka'; $this->text['Save'] = 'Spara'; $this->text['saved'] = 'Sparad'; $this->text['Delete'] = 'Tabort'; $this->text['Edit'] = 'Redigera'; $this->text['deleted'] = 'Borttagen'; $this->text['Previous'] = 'Föregående'; $this->text['Next'] = 'Nästa'; $this->text['Nothing_found'] = 'Inget hittat';...

1