Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Posting Form data to HTML page
Closed Thread
Old 12-27-2007, 05:08 PM   #11 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: Posting Form data to HTML page

Can you post the whole code please, so I can see what I'm working with?

Thanks.
__________________

Need website help? PM me!
CrazeD is offline  
Old 12-28-2007, 09:12 AM   #12 (permalink)
 
True Techie

Join Date: Nov 2003

Location: Minneapolis, MN

Posts: 157

kizzeith is on a distinguished road

Send a message via Yahoo to kizzeith
Default Re: Posting Form data to HTML page

I got it working now!

I somehow had quotes around the table name - after I removed them it started working.

Thanks for all of your help Crazed! You're a PHP master.
__________________
Gateway Machine - I know...I sold out...if I could do it over I'd have built like I used to
MS Vista Premium 32-bit
AMD Phenom (9500) Quad-core Processor 2.20 ghz
500GB hard drive
3GB DDR2 RAM
2 Free PCI-E slots x1
1 Free PCI-E x16
kizzeith is offline  
Old 12-28-2007, 03:38 PM   #13 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: Posting Form data to HTML page

Quote:
Originally Posted by kizzeith View Post
Thanks for all of your help Crazed! You're a PHP master.
hehe.

You're welcome.
__________________

Need website help? PM me!
CrazeD is offline  
Old 02-01-2008, 02:21 PM   #14 (permalink)
Typhoon's Avatar
 
True Techie

Join Date: Jan 2008

Location: Windsor, Berkshire

Posts: 128

Typhoon is on a distinguished road

Send a message via MSN to Typhoon
Default Re: Posting Form data to HTML page

Quote:
Originally Posted by kizzeith View Post
I'm trying to figure out how to POST data from an HTML form to an HTML. 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 want 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 greatly appreciated!

Sorry if some one's told you info, but don't use HTML to post data, too many vulnrebilitys (Spelling (?)) , use PHP, alot more secure.
__________________
Www.iTyphoon.org
Typhoon is offline  
Old 02-02-2008, 10:04 PM   #15 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: Posting Form data to HTML page

You can't send a form with PHP, you have to use HTML.

Provided you do proper checks with PHP, nothing is insecure.
__________________

Need website help? PM me!
CrazeD is offline  
Old 02-03-2008, 06:54 AM   #16 (permalink)
Yek
 
T.F's Resident Cool Guy...

Join Date: Aug 2006

Posts: 1,625

Yek is on a distinguished road

Send a message via AIM to Yek Send a message via MSN to Yek Send a message via Yahoo to Yek Send a message via Skype™ to Yek
Default Re: Posting Form data to HTML page

HTML sends the form, PHP processes the form
Yek is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML E-Mail Form (Outlook issue) Tempest Programming Discussions 2 11-24-2007 02:54 PM
Help - HTML form iorgus Programming Discussions 6 06-10-2007 03:01 PM