Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
function get_data($uid) { global $mysqli; ..... }
WHERE c = '""' OR c = '\'\''
var Obj = {} Obj.callbackName = function () { } Obj.doSomething = function () { asyncMethod(..., Obj.callbackName); }
$st = 'return '.var_export($arr, true); file_put_contents('arr.php', $st);
$arr = include 'arr.php';
if ($arg_event = show) { proxy_pass http://192.168.0.1; } if ($arg_event = write) { proxy_pass http://192.168.0.2; }
header("Content-Type: application/x-javascript");
location /images/ { proxy_pass http://static.server/; }