i am trying to create a dynamic dropdown-menu that receives its entries out of an xml-file at script-startup.
I am trying to send a compressed tarball from a perl cgi script. Everything is working fine, except for the fact that the tarball is only being sent after it has been compressed and created. In other
I have a thirdparty script that I don\'t want to rewrite in CGI/Perl, so I was thinking, if I set some session information via PHP, there开发者_运维百科 must be a way to retrieve that same data with C
I am trying to display an image file in web browser via the Apache server by Python. I am using: windows 7
I have very specific problem running PHP as Apache 2.2 module. When running PHP as CGI, everything works OK, but slow. The output I get in this case is:
I have successfully instaled oci8 module following this guide: http://orfeogpl.info/wiki/index.php/Ubuntu_Oci8_Php5
<form method=\"POST\" action=\"/index?key=1\"> <input type=\"text\" name=\"another_key\" value=\"2\" />
I have a method that takes a cgi object and creates a CGI::FormBuilder object. if it is submitted, does a db connection and process data otherwise, prepopulates some data and renders the form.
I need some help identifying, and eliminating, the cause of an odd child process error when polling SNMP services.
I need to create a web-service which invokes applescript which in turn starts photoshop, does some processing on an image, saves the images to disk and returns the image.