wintermute2021
Results
3
issues of
wintermute2021
I just installed Go-For-It under Debian. Where is the configuration stores in my personal folder (lists and associated .txt files) ?
enhancement
I can't make `save-data-object` work. I have the following code : ``` CREATE TABLE `page` ( `page_id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `content` longtext DEFAULT NULL, `publication_date`...
How do I handle POST (or GET) request in order to get the form's values ?