Hi
I'm creating a pipeline to process a HTML form on a server. I read the text input to a file via $QUERY_STRING (works), do some processing in Python and Prolog (works) and after that I want...
I am running Joomla and using the Wrapper component to look at WHMCS which is in another folder on my website. When you click links within the iframe, the size of the frame stays the same. I ...
The Form name is 'annonce' that I want to execute by clicking on 'Voir tout'. But nothing happen.
All code in the same html file except java script which is in its own file (submitform.js...
Hello,
I have an apache web server (on Ubuntu) that is running perl, and i would like to do the following. I would like an upload file functionality on the site, which once a user has uploa...
I noticed that if a link accesses a cgi script, I can use the os.getenv('HTTP_REFERER'); variable to get the url that called the script. What I want to do is get this on a GET or POST method.
...
I'm trying to add google map to CRM.While clicking on
Customization->Account->Forms & Views->Forms-> Add an iFrame
Its showing a javascript error 'Automation server can't create the object'....
Need some help on something I am sure that is very simple,
hello.cgi is in the directory /usr/lib/cgi-bin . That directory is in the ScriptAlias section (see in code section) How do I ca...
Hi,
I have a requirement where I have to execute the cgi program through java. I was given a URL for the cgi program, which is written to query the person names from the db. when I run that U...
I am tying to run a simple cgi test.
In html a make a simple ajax call to a python cgi script. I just open open the file in a web browser, click an input button and display a JS alert of ...
I can't for the life of me figure out why I am getting a 500 error here.
http://bit.ly/88LnZ
Permissions look good, I really don't see it. Thoughts?
Hello, am trying to fix an old S-mart shopping cart installed in the late 90's :) I haven't done much CGI programming so I was hoping someone could spot my problem here.
The error I am get...
Hi Experts
What is the chmod command to use to set the permissions for new file created.
For example: I use the cp command to create a file. This file doesn't have execute premissions th...
I am on a really tight deadline and am really stuck by a problem I am having writing to a field I added to a mysql table.
when I trace the code I cannot see why it will not pick up the value...
Dear Experts,
Continuing on from here:
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_24871169.html
I have modified the script below a little to include a little ...
Dear Experts,
I would like to make a simple perl script to print "Hello World" on the screen. Can you help?
Thanks
Hello,
I have installed Multi Routing Traffic Graphing on IIS6 on a Windows 2003 Small Business Server. I have additionally installed Active Perl 5.8, and PHP for IIS. The PHP plugin is f...
I have a simple CGI file that should take in an email address and append it to a file - I am getting no output form the browser.
I set both the CGI file and the output file to 777 to see if...
Dear Experts,
Continuing on from here:
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_24871128.html
I now have the code below. What do I have to do to this inord...
Dear Experts,
Continuing from here:
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_24870969.html
What is the difference between the following 2?
#!/usr/local/b...
I am getting the error below when I try to create a table and add a new field using a cgi script. can someone please tell me where I am going wrong in my code. Thanks
I was trying to add...
HI,
I am trying to connect to a mobile network's gateway for sms billing using SOAP in PHP. Can someone please point me on how to go about it
I would like to execute my cgi script when the page is loaded not when a link is clicked. <a href="./?action=displayAllProjects"> What do I need to add to get it to load automatically. Thanks
I try many times to run cgi scripts.
I located cgi script in "scgi-bin".
then I add the folloing in "/public_html/.htaccess"
AddModule mod_cgi.c
AddModule mod_alias.c
<IfModule mod_ali...
Does any body now one   = how many px?
QUESTION: Why dosen't the cgi script work?
DETAILS: I can't get the following script to work:
http://www.csscsystems.com/cgi-bin/env.pl
This is a standard test script that should bri...