User Activity

  • Posted a comment on discussion Help on MySQL Edit Table

    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.

  • Posted a review on MySQL Edit Table
  • Posted a comment on discussion Help on MySQL Edit Table

    You are the hero of the day!!!

  • Posted a comment on discussion Help on MySQL Edit Table

    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.

  • Modified a comment on discussion Help on MySQL Edit Table

    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;

  • Posted a comment on discussion Help on MySQL Edit Table

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

  • Posted a comment on discussion Help on MySQL Edit Table

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

  • Posted a comment on discussion Help on MySQL Edit Table

    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' ) );

View All

Personal Data

Username:
woosha79
Joined:
2017-07-02 17:10:31

Projects

  • No projects to display.

Personal Tools