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 ...
Im trying to setup up magento on win xp. using php4.XX and Apache 2.0
They have a provided a work around here.
http://www.magentocommerce.com/knowledge-base/entry/installing-magento-on-a-p...
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...
Problem to get the millinsecond.
My problem is .. after 'endTime - StartTime', the result is become 23782978392(ms), it is too long digits, eventhough only take 1 second reponse from databas...
Anyone can provide me the syntax to convert it to upper case for cgi bash script?
I got the sample for Java script.... any idea to make it into cgi bash script syntax?
thank you
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.
...
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'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'....
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...
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...
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,
I would like to make a simple perl script to print "Hello World" on the screen. Can you help?
Thanks
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 ...
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 ...
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
Does any body now one   = how many px?
Dear Experts,
Continuing on from here:
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_24871452.html
I would like to run a little script via crontab. What is the ...
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...