Programming Language to Learn for Project
Posted: Fri Sep 27, 2013 7:08 pm
I have a particular project in mind & was wondering what would be the best programming language to learn for it. I want to be able to Read & Edit the content of a text file in the web browser, but have it laid out in an attractive way. For instance, to be able to view & edit the /etc/network/interfaces file, but have each line in the file show up in a HTML text form field, for instance:
Also would it be possible to have such a web page show up when I go to a particular unused port (for instance port 8000) of my Pi, e.g. 192.168.1.200:8000
Code: Select all
<form>
Interface: <input type="text" name="First line in /etc/network/interfaces file"><br>
Address: <input type="text" name="Second line in /etc/network/interfaces file"><br>
</form>