Hello guys, I was wondering if you could help me with the following:
I am passing some information filled in a form to the next page to show. I am using $_POST
method. Although the information is shown in the browser when checking the code is shows an Notice: undefined index error and there is no trace of the value passed where it should be (in code). I think this is related to the error above.
The way I am calling it is for ex:
$name = $_POST['name'];
Also I am trying to get the same information in some hidden fields in order to store them (after viewing the page) in a database but here as well there is no value passed. The value in the hidden is empty.
Sorry if this seems a silly thing...but staked and don't know what I am doing wrong. Really appreciate any help. Many thanks Francesco