I'm trying to this syntax, but it's not working....
echo' < input type="text" class="form-control" id="state" name="state" placeholder="Enter States" value=" < ?php echo $_POST['state']; ?>"> ';
It's show error message:
Parse error: syntax error, unexpected 'state' (T_STRING), expecting ',' or ';'.
How can I resolve this error
. Please help me for the same.
Thanks in Advance Guys!