Hi I'm new in this forum so I bought the mcf51cn.
I'm doing an application and I need to implement a CGI
so I need to know where I can put my cgi for calling and execute it from a web page
because I'm executing a couple of tasks but I require that another task starts when I make an interrupt from the webpage.
when I use Apache I just save my cgi in the following directory .../cgi-bin/ and I call it just with a link form another HTML page inside /cgi-bin/
<a href='./something'>something</a>
where ./something is my executable
but I don't know where I could put my cgi in the codewarrior ide