$E_mail_adresa=filter_input(INPUT_POST, "E-mail adresa");
the error we're getting is : "Parse error: parse error in C:\wamp\www\prijava.php on line 12"
more info :
this is the xml code related to this line :
<textinput name="E-mail adresa" x="89" y="428" w="111" h="22" initvalue="" bkcolor="0xFFFFFF" fontname="Arial" fontcolor="0x000000" required="true" emailbox="true" editable="true" restrict="email" />
on line 12 in php file , is this code $E_mail_adresa=filter_input(INPUT_POST, "E-mail adresa"); and the error reported is parse error .
This isn't my project , it's from my friend and he doesn't know what's the problem , I think this is correct but it still reports an error and we do not understand why .
There are 11 lines like this, just getting the data from other fields, before this one and they all work fine
the error we're getting is : "Parse error: parse error in C:\wamp\www\prijava.php on line 12"
more info :
this is the xml code related to this line :
<textinput name="E-mail adresa" x="89" y="428" w="111" h="22" initvalue="" bkcolor="0xFFFFFF" fontname="Arial" fontcolor="0x000000" required="true" emailbox="true" editable="true" restrict="email" />
on line 12 in php file , is this code $E_mail_adresa=filter_input(INPUT_POST, "E-mail adresa"); and the error reported is parse error .
This isn't my project , it's from my friend and he doesn't know what's the problem , I think this is correct but it still reports an error and we do not understand why .
There are 11 lines like this, just getting the data from other fields, before this one and they all work fine