PHP:
prepare(\"SELECT * FROM `users`\"); $stmt->execute(); $result = $stmt->get_result(); //
It seems that the good-old ENVIRON awk built-in hash is not mentioned at all. An example of its usage:
ENVIRON
$ X=Solaris awk 'BEGIN{print ENVIRON["X"], ENVIRON["TERM"]}' Solaris rxvt