exec() command from web server in php

Posted by Soe Naung Win on Stack Overflow See other posts from Stack Overflow or by Soe Naung Win
Published on 2010-03-23T06:36:41Z Indexed on 2010/03/23 6:43 UTC
Read the original article Hit count: 230

Filed under:
|

Is there anyway to use atrm command to remove queue job from PHP web application? I wrote a shell script to remove the queue job but it doesn't work well.

#! /bin/sh

export PATH=/usr/local/bin:$PATH

echo atrm 3700 2>&1

© Stack Overflow or respective owner

Related posts about php

Related posts about exec