Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/10/2003, 09:00
Avatar de mveraa
mveraa
 
Fecha de Ingreso: diciembre-2002
Ubicación: santiago-chilito
Mensajes: 1.931
Antigüedad: 21 años, 3 meses
Puntos: 2
les voy a dar ejemplos de errores

<td width="51%"><font face="Arial, Helvetica, sans-serif" size="2"> REINGRESAR LA PATENTE:</font></td>
<td width="49%">
<input name=patente value="<? ECHO $patente;?>"> /*linea 14 */
<p>Selecciona_una_imagen</p>

este parte del script simple ,me dice

<br /><b>Notice</b>: Undefined variable: patente in <b>/home/httpd/html/nabarro.cl/prueba/subidor.php</b> on line <b>14</b><br /> /* me confunde eso que dice indefinida variable patente ¿como la defino? */

-los register glonbals estan en on
saludos


edicion:


me estoy dando cuenta que todo cae por el famoso
ej.

IF ($boton=="BUSCAR ARRIENDOS PROPIEDADES") /*linea 62 */
{




Notice: Undefined variable: boton in 62


gracias...


Última edición por mveraa; 08/10/2003 a las 09:06