• How do I catch value without the name?

    <input type="text" class="field pera uva" id="morangoazul" placeholder="Enter frutas" value=""  style="width:100%">
    
    <?php
    $please = $_POST['morangoazul']
    echo $please;
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I catch value without the name?’ is closed to new replies.