Forum Moderators: coopster
When I execute,
$./TestHash.e arg1 arg2 from the command prompt,it works fine.
And when I run,
$TestHash.e arg1 arg2 I get a bad command error.
This means the OS isn't executing it or treating it as an executable. I have given execute permissions also to the file.
When I run exec("./TestHash.e arg1 arg2") through PHP I don't get any output.
Please help. This is really getting frustrating.