View Single Post
11-27-2008, 01:01 AM
#4
coder-chris is offline coder-chris
Status: I'm new around here
Join date: Nov 2008
Location:
Expertise:
Software:
 
Posts: 12
iTrader: 0 / 0%
 

coder-chris is on a distinguished road

  Old

Hi. You would need to have some extra text fields in the HTML.

Give them different names.

Then refer to them in the PHP as using the post array: $_POST['fieldname'].

When it comes to inserting it in the database, just make different attributes for each thing you want to store: name, mail-id, url, comment and probably an auto number for ID.