need to pass info thru $_POST manually
Posted: Wed Feb 07, 2007 9:24 pm
i have a page with a form and a submit button
i have a variable in php that i want to pass forward when the form is submitted and the page reloads.
$_POST['varname'] = $variable;
does not seem to work
any suggestions?
i have a variable in php that i want to pass forward when the form is submitted and the page reloads.
$_POST['varname'] = $variable;
does not seem to work
any suggestions?