$month\n";} else {$month_options .= "\n";} } // get data for days $result_days = mysql_query("SELECT * FROM days ORDER BY dayid ASC") or die(mysql_error()); $nums = mysql_num_rows($result_days); // put data into drop-down list box while ($row = mysql_fetch_array($result_days)) { $dayid = $row["dayid"]; $day = $row["day"]; if ($day == $_SESSION["birthdate"]) {$day_options .= "\n";} else {$day_options .= "\n";} } // get data for year for birthyear $year = date('Y'); //current year $year = $year - 13; //13 years ago $result_years = mysql_query("SELECT * FROM years WHERE year < \"$year\" ORDER BY yearid ASC") or die(mysql_error()); $nums = mysql_num_rows($result_years); // put data into drop-down list box while ($row = mysql_fetch_array($result_years)) { $yearid = $row["yearid"]; $year = $row["year"]; if ($year == $_SESSION["birthyear"]) {$year_options .= "\n";} else {$year_options .= "\n";} } ?> Commit Plan - Commit to Quit Today

 

 

  ";}//display errors ?>
Email
 
Password
 
Retype Password
 
First Name
 
Last Name
 
Date of Birth (why?)
 
Discount Code  
I have read and understand the terms and conditions of this website

You will be taken to Paypal for payment and then returned to this site.