Horje
echo htmlspecialchars($_SERVER["PHP_SELF"]); y ajax Code Example
echo htmlspecialchars($_SERVER["PHP_SELF"]); y ajax
<form id='myform' action=".htmlspecialchars($_SERVER["PHP_SELF"])." method='post''/>
                <input type='hidden' name='id' value='$id' />
                <td>                    
                    <input style='height:18px' type='date' name='date' value='$date' required/>                                                                                                     
                </td>
                <td>                    
                    <select name='status' form='myform' required/>
                      <option>$status</option>                                        
                      <option value='status_one'>status_one</option>

                    </select>
                </td>
                <td>
                    <input form='myform' type='text' name='memo' value='$memo'/>
                </td>
                <td>
                    <input form='myform' type='submit' value='Save' />
                    </form> 
                </td>




Html

Related
how to display superscript in breadcrumbs in html Code Example how to display superscript in breadcrumbs in html Code Example
asp.net get innerhtml of div Code Example asp.net get innerhtml of div Code Example
fix form refresh sites html Code Example fix form refresh sites html Code Example
button bootstrap Code Example button bootstrap Code Example
drupal to wordpress Code Example drupal to wordpress Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10