| Recent Answers |
 |
 |
2008-09-04 Perl & CGI - Perl encoding problem: Hi Len, There's a few issues that could be at-hand here. First, upload the file in BINARY mode, since US-ASCII != UTF-8. But if file is reporting it as utf8, that shouldn't be a concern. Second...
|
2008-08-27 Perl & CGI - perl script run on local host: Hi Deepti, You'll need to download and install a web server to see the page run in a browser. Then you will be able to call the script if the server runs on your own computer, like this: http://localhost/cgi-bin/nameofscript...
|
2008-08-26 Perl & CGI - disabled perl script: Without getting in and looking around it is nearly impossible to guess what is wrong. It sounds like you know what you're doing with regards to editing and uploading scripts correctly, but it might...
|
2008-08-16 PHP5 - redirection php5: hi arun, try the code below.. if header fails, then the javascripts will redirect the pages. cheers pritesh chandra ******************* <?php //connect to database $host = "localhost";...
|
2008-08-14 Perl & CGI - Form processing: Hmm, good question! To my eye it looks like it should read multiple lines. If I were you, I'd troubleshoot in the script by getting the number of items in @instr: @instr = $q->param('instr'); print...
|