Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cgi

Dynamically Populate Drop Down Menu With Selection From Previous Drop Down Menu

I have a cgi script written in Python. There are two drop down menus and then a submit button. I… Read more Dynamically Populate Drop Down Menu With Selection From Previous Drop Down Menu

Steps In Order To Pass Data From Html Form To Perl Script

I have created a simple HTML, which contains the form below: Solution 1: When a web server receive… Read more Steps In Order To Pass Data From Html Form To Perl Script

Handling Post Data Sent By Html Form In Cgi C

So, as I said a few days ago, I'm trying to make a login script using CGI-C on a Apache server.… Read more Handling Post Data Sent By Html Form In Cgi C

What Is The Issue With This Cgi/html/perl Program?

I am using XAMMP Apache Server. There is a text file named 'animal.txt' containing the name… Read more What Is The Issue With This Cgi/html/perl Program?

Writing Cgi Script In Java

I trying to figure out how to write CGI scripts in Java. I followed this examples -> http://www.… Read more Writing Cgi Script In Java

Execute A Cgi Each Time A Button Was Clicked Without Changing The Current Html Page

I am starting my internship on a Home Server able to control mutliple domotics equipments from a we… Read more Execute A Cgi Each Time A Button Was Clicked Without Changing The Current Html Page

How Can I Send Error Message If User Doesn't Select A Radio Button Perl/cgi

Attempting to code my very first Perl/CGI script and have run into some areas I don't quite und… Read more How Can I Send Error Message If User Doesn't Select A Radio Button Perl/cgi

How To Use Python/cgi For File Uploading

I'm trying to make a file uploader page that will prompt the user for a file and will upload wh… Read more How To Use Python/cgi For File Uploading