Related pages:
 .
. .
. ).
 ). .
.
function myfunc($from) {
    return "from(myfunc)=$from<br />";
}
$from = '2010-05-01';
echo myfunc($from);
function execute($filename){
    include_once($filename);
}
function execute($filename){
    ob_start();
    include $filename;
    $output = ob_get_contents();
    ob_end_clean();
    return $output;
}
<head> <title>HTML title of the PHP page "require.php"</title> </head>
include(dirname(__DIR__).'/config.php');
$sql = "CREATE TABLE MyGuests ( id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY, firstname VARCHAR(30) NOT NULL, lastname VARCHAR(30) NOT NULL, email VARCHAR(50), reg_date TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP )";
"php.validate.executablePath": "C:\\int\\w64\\net\\xampp\\php\\php.exe"