Jump to content

[SOLVED] Database Advice for Large Form


thesaleboat

Recommended Posts

Ok, previously, the information was sent directly through an email, therefore we had no need for a database.  Now we are going to be storing this information (and a ton more) in a MySQL database.  I am requesting some suggestions, as to how I would place all of this information within a database. *Note:  Some of these fields will be entire paragraphs.

 $Position=htmlspecialchars($_POST['requiredPosition']);
$FirstName=htmlspecialchars($_POST['requiredFirstName']);
$MiddleInitial=htmlspecialchars($_POST['requiredMiddleInitial']);
$LastName=htmlspecialchars($_POST['requiredLastName']);
$TelephoneNumber=$_POST['requiredTelephoneNumber'];
$EmailAddress=$_POST['requiredEmailAddress'];
$HomeAddress=htmlspecialchars($_POST['requiredHomeAddress']);
$SecurityClearance=htmlspecialchars($_POST['requiredSecurityClearance']);
$Education=htmlspecialchars($_POST['requiredEducation']);
$ProfessionalExperience=htmlspecialchars($_POST['requiredProfessionalExperience']);
$ProfessionalLicenses=htmlspecialchars($_POST['requiredProfessionalLicenses']);
$ComputerProficiency=htmlspecialchars($_POST['requiredComputerProficiency']);
$Miscellaneous=htmlspecialchars($_POST['Miscellaneous']);

Link to comment
https://forums.phpfreaks.com/topic/144122-solved-database-advice-for-large-form/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.