My basic problem:
I can create a card in a stack using buttons and the command line but this fails when the command is given from an otherwise fully functional cgi script. details.....
running apache on a linux computer: I have a stack "test1" in my cgi-bin folder I have cgi scripts running mc executing everything just fine except
for the life of me when I have this code in the cgi script.........
start using stack "test1" create card save stack "test1" close stack "test1"
nothing happens. The rest of the script runs without a hitch.
"start using" isn't the same as opening a stack, so I wouldn't expect it to work. Try putting <open stack "test 1"> before the "create card" command, and see what happens. Although I'm not sure if that will work either. If not, try using <send "create card" to stack "test 1"> instead.
Cheers Dave _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
