I have a page with several input data. From this page i make submit to a php page.
The problem is that i dont know why in this page i dont have the values of the input data of the first page.
In theority when you make submit to a php page. You have the values in variables of the same name that the input data of the previous page. But i dont know why, in this case that dont work.
I have look in detail the html page and all looks well.
Anyone know why this can happend? i have to modifiy something of the php configuration for this, or maybe i'm making something wrong?
Thanks for your help.