j
k
j a
j l
$username = foo; exec('/root/script.sh'.($username)); My script.sh file; #!/bin/tcsh mkdir /root/$username
$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
Back to the thread
Back to the list