Search : in
By :

HTML Posting Form

Last answer on Mar 21, 2009 11:58:53 pm GMT john88, on Feb 1, 2008 9:10:55 am GMT 
 Report this message to moderators

Hi, guys!

I'm trying to figure out how to post data from an HTML form to an HTML. I don't know if I'm very clear but, basically, I want to create an easy way for multiple, non-coders to add information to a webpage.

The HTML form will contain a few fields and when it is submitted, I'd the data to be added to the existing information on a seperate HTML page which can be viewed publicly.

My webhosting service allows PHP-scripting and MySQL, but I don't know how to use MySQL...

Any help would be appreciated!

Thanks.

Best answers for « HTML Posting Form » in :
HTML forms Show Forms Interactive forms let web page authors give their pages interactive elements, such as for receiving messages from their readers, much like the reply cards found in some magazines. The reader enters information by filling in fields or clicking...
Javascript - Delete a field of a form when clicking (focus) ShowDelete a field from an Html form when clicking (focus) It is certainly happened to fall on an HTML form with values pre-filled for example describing the type of expected value. Though it may be useful under certain circumstances, if you have...
Uploading of files ShowUploading of files Form for sending files PHP Configuration to enable upload File recovery with PHP > The PHP language allows managing files uploading through HTML form. Form for sending files The first step is to create an html...
[FreeMind] Post a mindmap in a web page Show[FreeMind] Post a mindmap in webpage Flash Java Applet A mind map is a diagram that can used to represent words, ideas, tasks, relatate to a specific theme.These can be very useful to describe various procedures or data flow with a...
Download A-note ShowA-note software allows to create easily notes in form of post - it on the office of Windows. Program domiciles in the task bar and, as soon as a user click or double-click the icon of application, a note appears in which it is possible to grab...
Download Postcard Maker ShowDescription The application is designed by Baleze Corporation. Simple and easy to use, the application has been awarded from various places. Postcard Maker is a tool which allows you to realize your own virtual postcards from your photos or your...
HTML Markup ShowHTML, A Markup Language HTML is not a programming language. Rather, it is used for describing the layout and format of content, written in the form of simple text. An HTML page is a basic text file containing tags for specifying text format,...
Managing images in HTML ShowHow do you display images on a web page? Having a few images on a website can make it more attractive and user-friendly. However, it is important not to go overboard, since images can take a long time to load, and in some cases can make a document...
HTML document layout ShowHTML document An HTML page is a simple file containing text formatted with HTML tags. Traditionally, the file is given an .htm or .html extension, but a web page may have other extensions as well. A web page can be built from even the most basic...

1

BertrandBC, on Feb 2, 2008 11:42:36 am GMT

Hello john88,

I think you don't need to use MySQL or so, but then you must know how to handle files with PHP.
I advice you to learn more about these web programming languages. It's not a long way from here.

Otherwise and according to your needs, you could try some web-based applications like MediaWiki.
Bertrand

Reply to BertrandBC

2

Htmlgirl, on Feb 22, 2008 10:48:44 am GMT
  • +1

You can't post data from html to html, you need a programming language to achieve this and you can easily achieve this with php, there's a lot of precoded script like this on the net. What you need is a CMS (content management system). A script that allows users to enter theiir messages, comments or whatsoever via a form.

here's a brief overview of how this works:

A user enter his message via a form, when he hit submit, php insert the data to your mysql database, and again, you need to type a block of code to retrieve the data from your database and display it on a page. The page should be in php also. Hope that make sense. I know it's looks hard but trust me, it easy enough. if you need help, i'm here :D

Reply to Htmlgirl

3

Sivachandran, on Mar 14, 2009 12:20:17 pm GMT

Thanks you

Reply to Sivachandran

4

 peisenmann, on Mar 21, 2009 11:58:53 pm GMT

This isn't an incredibly hard problem to solve in PHP, and it works even better with MySQL, but given what I'm guessing is your level of experience programming, I'd sooner install something like MediaWiki or Drupal.

Here's a list of others you can install for similar effect.
http://en.wikipedia.org/wiki/List_of_content_management_syst­ems#PHP_2

Reply to peisenmann