Beispiel #1
0
<?php

require_once '/home/cnausa/public_html/crons/classes/Students.php';
$student = new Students();
$host = "localhost";
$user = "******";
$pass = "******";
$name = "cnausa_lms";
$student->backup_tables($host, $user, $pass, $name);