Saludos mi nuevo problema parace ser muy sencillo..
y es que necesito mandar dos variable por medio de un formulario... como podria hacerlo?
con el siguiente formulario solo envio la variable key ke define la busqueda que estoy haciendo yo necesito agregar una segunda variable
Código PHP:
buscar.php?lugar=<?php echo $_GET['lugar']; ?>
Código HTML:
<form id="form1" name="form1" method="get" action="<?php echo $baseurl; ?>eventos/buscar.php">
<p> </p>
<p> </p>
<table width="194" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="27" valign="top"><input name="key" type="text" id="key" size="25" value="Buscar evento" onFocus="this.value=''" class="campos"/></td>
<td width="31" height="27" valign="top"><input type="submit" value="" class="search"/></td>
</tr>
</table>
</form