-
submit form data to same page
Hi all,
I'm trying to work out how to take data inputed into a form and then have it arranged as appropriate and displayed on that same page. I know how to build a form etc... just not quite sure how to do this.
Any help is much appreciated!
Thanks,
-
-
A basic tutorial that introduces forms in PHP should give you enough information to get started.
You will use the array $_POST and access individual fields by $_POST['fieldname'].
You can echo them or do anything else you want.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks