ver 2.1 - 'Undefined Variable: ...'
Status: Beta
Brought to you by:
mvwilder
when a user tries to submit information into any
field for their profile/portfolio/goal plan...etc.,
the error 'Undefined Variable: ...' is recieved.
this is because on every sections update page
(goal_update.php for goal.php for example) it does
not define the variable(s) needed for that page
globally. the following is needed to correct this:
$variable = $_POST['variable'];
(where "variable" is the variable needed for that
update page).