Log in

View Full Version : Form Submit through HTTP Server-



fcvulcan
11-12-2007, 09:46 PM
I am a newbie to coding, and I am trying to determine how to submit a form through a HTTP server. This is not an email submit I amd looking for. Anyone with any ideas, or locations I could look?

Here is the scenario

I have 5 different locations someone has to check during the course of the day on the job. We have a PPTP link from the cars to the office. We have a Intranet that enable me to setup a work website. I want the workers to be able to pull up the location check lists on tha computers in the cars and submit time, date and comments that can be retrieved from the server or where ever. I have MySql running on the server. I do not have php working on the site. I would like to do this in DHTML, HTML or XHTML

Twey
11-12-2007, 09:59 PM
It is not possible. You must have a server-side language in order to do this, although it needn't be PHP.

fcvulcan
11-13-2007, 08:32 PM
can you point me in the right direction for this server side include?

boogyman
11-13-2007, 08:54 PM
you need the full language not just an applet.

http://www.php.net/downloads.php

is a good place to start. you will need to know the server is on a unix / linux based system or a windows based system