/    Sign up×
Community /Pin to ProfileBookmark

When a user enters information into a text field and clicks the submit button how do you then send that information to database? Also how do you specify a “next” button to adavnce to another page? Any help is welcome. Thanks.

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@thewebmanFeb 01.2006 — does your server support PHP? php would be the best way to do this.
Copy linkTweet thisAlerts:
@the_treeFeb 01.2006 — The form will either send the infomation via GET (in the URL) or via POST (in the request header), the infomation will then be processed with sever side scripting such as PHP or ASP.
Copy linkTweet thisAlerts:
@kinkFeb 04.2006 — try this

<form name="button" action="http://webdeveloper.com">

<input type="submit" value="im a button">

</form>
×

Success!

Help @chekisfast spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.13,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...