Hey i am very new to php and found it very helpful
I have gone through small book -
BOOK
But have 2 problems -
1. I have taken the variable $_POST['name'] and 3 other fields from FORM but how to store the value. I mean i want to take this value to the next page
e.g.- i am on index.php and click submit to submit.php and then i come to hello.php but at hello.php $_POST['name'] is not working.
it would be more helpful if u can provide the code or any reference material link.