lunes, 14 de abril de 2014

get the text of the selected option in PHP - MySQL

Example

<select name="pais">
<option value="USA">USA</option>
<option value="Canada">Canada</option>
</select>

< ?
$pais = strip_tags($_POST['pais']);
? >

No hay comentarios:

Publicar un comentario


Entradas populares