sessions are set; with multiple error messages
The sessions are setting ok, but form page doesn't redirect to results page. On submit, the form page shows up again with the following messages.
Notice: Undefined offset: 0 in /var/www/vhosts/nerdyrat.com/httpdocs/WA_Universal_Email/Mail_for_Linux_PHP.php on line 113
Notice: Undefined offset: 0 in /var/www/vhosts/nerdyrat.com/httpdocs/WA_Universal_Email/Mail_for_Linux_PHP.php on line 115
Notice: Undefined offset: 0 in /var/www/vhosts/nerdyrat.com/httpdocs/WA_Universal_Email/Mail_for_Linux_PHP.php on line 165
Notice: Undefined offset: 0 in /var/www/vhosts/nerdyrat.com/httpdocs/WA_Universal_Email/Mail_for_Linux_PHP.php on line 113
Notice: Undefined offset: 0 in /var/www/vhosts/nerdyrat.com/httpdocs/WA_Universal_Email/Mail_for_Linux_PHP.php on line 115
Notice: Undefined offset: 0 in /var/www/vhosts/nerdyrat.com/httpdocs/WA_Universal_Email/Mail_for_Linux_PHP.php on line 165
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/nerdyrat.com/httpdocs/WA_Universal_Email/Mail_for_Linux_PHP.php:113) in /var/www/vhosts/nerdyrat.com/httpdocs/form.php on line 29
Also, when manually going to formresults.php the following error shows up under the form, though the session info is there. When I submit the formresults.php page to the checkout.php page, the session info is there as well, with no errors.
array(8) { ["customeremail"]=> string(6) "acbvav" ["customeraddress"]=> string(6) "acbadb" ["Income"]=> string(8) "$100,000" ["Age"]=> string(8) "Under 50" ["NWDallas"]=> string(3) "Yes" ["NDallas"]=> string(0) "" ["SDallas"]=> string(0) "" ["Listmenustate"]=> string(10) "Fort Worth" }
Files are attached.