Hello,
Im fairly new coming back into programming after a long long long absence. I have a problem where one of the variables I am trying to pass to a shell exec script are not working.
I am trying to pass N:$variable1:$variable2:$variable3 through to rrdtool using php. Here is a sample of my script's line
system('/usr/bin/rrdtool update mail-rbl.rrd N:$ordb:$spamhaus:$sorbs');
However the $ variables are never being passed into the rrdtool database. Im fairly sure its a php issue with my script.
Any ideas or assistance would be greatly appreciated.
Thanks