
09/02/2003, 22:45
|
 | | | Fecha de Ingreso: enero-2002 Ubicación: Maipu, Chile
Mensajes: 3.706
Antigüedad: 23 años, 3 meses Puntos: 2 | |
publ=Request.form ("publish")
if publ = true then
publish="true"
else
publish="false"
end if
SQL="update asis SET publicar= '&publish&' " |