Stumped on a simple $_post
Posted: Mon Feb 01, 2010 3:02 pm
For some reason, when I assign a variable to a post, it comes back empty:
When I do a print_r on $post['metatags'] the information appears.
When I do a print_ron on $postVals, it is empty.
Any help is appreciated.
Code: Select all
if(!empty($_POST)){
$postVals = $_POST['metatags'];
}
When I do a print_ron on $postVals, it is empty.
Any help is appreciated.