Quote:
Originally Posted by cbk1994
I made this post a while back for someone with a similar question on creating a mail system. It is applicable to your situation as well.
In reality though, it may be better to just save the feedback to a log and review it at your leisure. It's easy to get caught up making stuff like this that doesn't directly benefit your server and ignore the actual server content.
|
So I have not tested this yet, but just to see if I'm catching on,
I should do something like:
PHP Code:
temp.vars = NULL;
temp.vars.memory = params[1];
addrow(0, temp.vars.memory);
temp.vars.saveVars("data/FeedBack", false);
?
Or am I way off on this?
PN: I would test this but I'm not currently home.
Is this right, Or am I way off on path?