Posting Form Data

E

EJ

I'm not bad with ckient-side js

What is the simplest way to gather data from a form enter it into a
server-side html page?

I'd like a new entry for each new post ...

.... effectively an a html data base


BTW, can this be done purely in html without the use of a scripting
language?
 
M

Martin Honnen

EJ said:
What is the simplest way to gather data from a form enter it into a
server-side html page?

I'd like a new entry for each new post ...

... effectively an a html data base


BTW, can this be done purely in html without the use of a scripting
language?

Use
<form method="post"
action="whatever.php">
<input type="text" name="inputName">
...
<input type="submit">
</form>
 

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

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,187
Latest member
RosaDemko

Latest Threads

Top