[support] passing vars

Fred Jones fredthejonester at gmail.com
Sun Jun 28 07:42:08 UTC 2009


> $username = foo;
> exec('/root/script.sh'.($username));
>
> My script.sh file;
>
> #!/bin/tcsh
> mkdir /root/$username

shell script? Why not use PHP: http://php.net/function.mkdir


More information about the support mailing list