Hi! Could we please enable some services and cookies to improve your experience and our website?
Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code
<?php
function exec(string $command, array &$output = null, int &$result_code = null): string|false {
return 'function exec disabled for security reason';
}
mail(
string $to,
string $subject,
string $message,
array|string $additional_headers = [],
string $additional_params = ""
): bool
echo exec('ls');
mail