Using CGI and HTML: <textarea name=comments rows=\"6\" cols=\"40\" wrap=\"soft\"> $hash_ref->{\'notes\'}
Hi I\'m a student and on my internship. Unluckily, my company wants me to write CGI programming with C. I\'ve no idea why they want to use it. Anyway I\'ve to learn and apply it for the next 2 months.
The HTML form that I makes use of uses browse option and the file format uploadedis like this(/home/anu/anu.py). Nowsince in the form action the processing takes place in the server side. can we use C
I\'m trying to make a logout button for my website in python CGI. I was wondering how would I know when the button was pressed?
I just read a little tutorial on SSI and managed to show what I wantedbut I\'d like to use an absolute path to point at this file, but for some reason I can only do it with a relative path. Am I doing
I have a web page that sends a request to a cgi script that basically has to tar and compress huge directories that might be over 50G. I am forking a process in my cgi script that does the tarring up
I am new at Java and Android so thank for you help. I wrote a simple Android WebView app to view my home webcam.I can get webview to return a snapshot of the webcam but not send controls to pan etc.
If th开发者_开发百科e cookie is between 0 and x minutes away from expiration, I would like to refresh the expires value of that cookie to some set value (if the cookie is already expired, I do not wan
I am new to CGI, my code output: Hello, \"<h1>Tom Cat</h1>\"! Seems the escapeHTML() doesn\'t work.
I\'m writting Perl/CGI script with the module CGI.pm. I can return text/html, but can\'t include an image within it, it always display the \'alt\' tag and I\'m sure about the href link.