Menu

#2 ver 2.1 - 'Undefined Variable: ...'

open
nobody
None
5
2006-01-10
2006-01-10
neoJato
No

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).

Discussion


Log in to post a comment.

MongoDB Logo MongoDB