[ad_1]
Change:
value="<?=$code_verification?>"
to:
value="<?php echo $code_verification; ?>"
The first line would work if your server had short_open_tags enabled.
1
[ad_2]
solved php tags not working. what is diference between php tags
[ad_1]
Change:
value="<?=$code_verification?>"
to:
value="<?php echo $code_verification; ?>"
The first line would work if your server had short_open_tags enabled.
1
[ad_2]
solved php tags not working. what is diference between php tags