hi everyone,
[code=php]
<?php
$CompanyName=$_ POST['CompanyName'];
echo $CompanyName;
?>[/code]
[Please use CODE tags when posting your code. Thanks! --pbmods]
I have been using this code to get values from forms.It was working fine.But lately it is not getting what has been entered in the field named CompanyName.
It displays nothing.
[code=php]
<?php
$CompanyName=$_ POST['CompanyName'];
echo $CompanyName;
?>[/code]
[Please use CODE tags when posting your code. Thanks! --pbmods]
I have been using this code to get values from forms.It was working fine.But lately it is not getting what has been entered in the field named CompanyName.
It displays nothing.
Comment