Forms

T

Tom

Hi,
Could someone please tell me whether there is a script available to do
the following;

On my website I would like to have people fill out a form with certain
details and when they hit 'enter' or 'send' the information which the have
just entered will be outputted to another page on my website almost
immediately.

With my current web hosting provider, I have a CGI-BIN and can run PHP
websites.

Thanks for your help

Tom
 
A

Andy Holmes

Tom said:
Hi,
Could someone please tell me whether there is a script available to do
the following;

On my website I would like to have people fill out a form with certain
details and when they hit 'enter' or 'send' the information which the have
just entered will be outputted to another page on my website almost
immediately.

With my current web hosting provider, I have a CGI-BIN and can run PHP
websites.

It's very possible to that with PHP. I would recommend reading up a bit
on PHP because what you're asking is really trivial given a bit of
reading. The PHP manual at www.php.net is a good start.

- Andy
 
S

Safalra

Tom said:
On my website I would like to have people fill out a form with certain
details and when they hit 'enter' or 'send' the information which the have
just entered will be outputted to another page on my website almost
immediately.
With my current web hosting provider, I have a CGI-BIN and can run PHP
websites.

Depending on whether you want to use the GET or the POST method,
you'll want variants on either:

http://www.safalra.com/programming/php/getecho.php

Or:

http://www.safalra.com/programming/php/postecho.php

--- Stephen Morley ---
http://www.safalra.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top