Data from form not uploading into database
I created a form and connected to the database. However, when I input the data into the form, it does not appear in my database. Also, I am getting the error message below. Thanks for your help.
Warning: require_once(Connections/bridesmaidsrack.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\bridesmaidsrack\groupitems.php on line 1
Fatal error: require_once() [function.require]: Failed opening required 'Connections/bridesmaidsrack.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\bridesmaidsrack\groupitems.php on line 1
Also, is it necessary for me to use a database in conjunction with a form? I was wondering if after the information is populated into a form it can be populated on another page?
