Jump to content

How to create a HTML Submission Form?


rubeldonarman

Recommended Posts

  • 3 weeks later...
I want to create a HTML Submission Form Like this page : http://bdjobspaper.b...-your-link.html Please prodive code not any widget . Thanksrubel
I suggest using PHP,Create A HTML Form, using POST method & action=submit.phpthen in submit.php
$name = $_POST['name'] $email = $_POST['email']$link = $_POST['link'] INSERT Into {TABLE NAME} VALUES ('{$name}', '{$email}', '{$link}')

Then on the links page,

SELECT link FROM {TABLE NAME}

and then echo the results in a table.

Edited by MarkT
Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...