Question: Hello, how can I record the winners first name and the prize that they won in a text file located in the public_html directory (Linux
Hello, how can I record the winners first name and the prize that they won in a text file located in the public_html directory (Linux command line interface/enviornment)
I have 2 web pages below. The first name would come from the first web page, and the prize they won would come from the second web page.
---------------------------------------------------------------------------------------------------------------
CGI WEB PAGE 1 | LOTTERY SIGN-UP FORM/PAGE
#! /bin/bash echo "Content-type: text/html" echo ""
cat
function openselect() {
if (document.myform.phone.value.length !=0) {
document.myform.carrier.disabled=false;
}
else {
document.myform.carrier.disabled=true;
}
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
