<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
A simple vista y sin probar me parece que tanto el mes como el día
deben ser de 2 dígitos, sería:<br>
<br>
$fecha1="2010-<b>0</b>7-7";<br>
$fecha2="2010-<b>0</b>7-31";<br>
<br>
De todas maneras, ahora voy a hacer una prueba a ver si es otra cosa.
Lucas.<br>
<br>
<blockquote cite="mid:COL116-W14644B3F43C08DD07123D2ABA10@phx.gbl"
type="cite">
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>Hola
a todos: tengo problemas con una consulta la idea es obtener cantidad
de ventas entre dos fechas ingresadas. Los datos los tomo desde un
formulario pero a fin de hacer pruebas asigno directamente en $fecha1 y
$fecha2.<br>
Me imprime 0.<br>
<br>
Tienen idea donde me estoy equivocando?<br>
<br>
Saludos<br>
<br>
include("conexion.php");<br>
<br>
$fecha1="2010-7-7";<br>
$fecha2="2010-7-31";<br>
<br>
$sql=mysql_query("SELECT * FROM cabecventas WHERE fecha BETWEEN
".$fecha1." AND ".$fecha2);<br>
<br>
echo("Cantidad de registros: ".mysql_num_rows($sql));<br>
<br>
mysql_close();<br>
<br>
<br>
cabecventas<br>
------------<br>
<br>
<table id="table_results" class="data">
<tbody>
<tr class="odd">
<td align="center"><input id="id_rows_to_delete0"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+3]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete0','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+3+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+3&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+3+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 3 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">3</td>
<td class=" nowrap" align="right">2</td>
<td>Leandro</td>
<td>Schereik</td>
<td>4956698</td>
<td class=" nowrap" align="right">2010-07-05 11:24:58</td>
</tr>
<tr class="even marked">
<td align="center"> <input id="id_rows_to_delete1"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+4]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete1','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+4+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+4&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+4+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 4 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">4</td>
<td class=" nowrap" align="right">2</td>
<td>Leandro</td>
<td>Schereik</td>
<td>4956698</td>
<td class=" nowrap" align="right">2010-07-05 11:29:56</td>
</tr>
<tr class="odd">
<td align="center"> <input id="id_rows_to_delete2"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+5]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete2','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+5+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+5&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+5+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 5 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">5</td>
<td class=" nowrap" align="right">2</td>
<td>Leandro</td>
<td>Schereik</td>
<td>4956698</td>
<td class=" nowrap" align="right">2010-07-05 11:29:56</td>
</tr>
<tr class="even">
<td align="center"> <input id="id_rows_to_delete3"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+6]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete3','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+6+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+6&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+6+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 6 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">6</td>
<td class=" nowrap" align="right">2</td>
<td>Leandro</td>
<td>Schereik</td>
<td>4956698</td>
<td class=" nowrap" align="right">2010-07-05 11:30:43</td>
</tr>
<tr class="odd">
<td align="center"> <input id="id_rows_to_delete4"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+7]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete4','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+7+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+7&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+7+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 7 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">7</td>
<td class=" nowrap" align="right">2</td>
<td>Leandro</td>
<td>Schereik</td>
<td>4956698</td>
<td class=" nowrap" align="right">2010-07-05 11:30:43</td>
</tr>
<tr class="even">
<td align="center"> <input id="id_rows_to_delete5"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+8]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete5','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+8+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+8&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+8+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 8 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">8</td>
<td class=" nowrap" align="right">2</td>
<td>Leandro</td>
<td>Schereik</td>
<td>4956698</td>
<td class=" nowrap" align="right">2010-07-05 15:06:56</td>
</tr>
<tr class="odd">
<td align="center"> <input id="id_rows_to_delete6"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+9]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete6','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+9+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+9&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+9+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 9 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">9</td>
<td class=" nowrap" align="right">2</td>
<td>Leandro</td>
<td>Schereik</td>
<td>4956698</td>
<td class=" nowrap" align="right">2010-07-08 11:17:31</td>
</tr>
<tr class="even">
<td align="center"> <input id="id_rows_to_delete7"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+10]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete7','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+10+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+10&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+10+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 10 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">10</td>
<td class=" nowrap" align="right">2</td>
<td>Leandro</td>
<td>Schereik</td>
<td>4956698</td>
<td class=" nowrap" align="right">2010-07-08 11:17:31</td>
</tr>
<tr class="odd">
<td align="center"> <input id="id_rows_to_delete8"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+15]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete8','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+15+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+15&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+15+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 15 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">15</td>
<td class=" nowrap" align="right">10</td>
<td>Lean</td>
<td> </td>
<td> </td>
<td class=" nowrap" align="right">2010-07-19 12:53:04</td>
</tr>
<tr class="even">
<td align="center"> <input id="id_rows_to_delete9"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+16]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete9','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+16+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+16&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+16+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 16 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">16</td>
<td class=" nowrap" align="right">10</td>
<td>Lean</td>
<td> </td>
<td> </td>
<td class=" nowrap" align="right">2010-07-19 12:54:10</td>
</tr>
<tr class="odd">
<td align="center"> <input id="id_rows_to_delete10"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+17]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete10','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+17+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+17&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+17+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 17 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">17</td>
<td class=" nowrap" align="right">10</td>
<td>Lean</td>
<td> </td>
<td> </td>
<td class=" nowrap" align="right">2010-07-19 12:55:01</td>
</tr>
<tr class="even">
<td align="center"> <input id="id_rows_to_delete11"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+18]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete11','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+18+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+18&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+18+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 18 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">18</td>
<td class=" nowrap" align="right">10</td>
<td>Lean</td>
<td> </td>
<td> </td>
<td class=" nowrap" align="right">2010-07-19 12:56:09</td>
</tr>
<tr class="odd">
<td align="center"> <input id="id_rows_to_delete12"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+19]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete12','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+19+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+19&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+19+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 19 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">19</td>
<td class=" nowrap" align="right">10</td>
<td>Lean</td>
<td> </td>
<td> </td>
<td class=" nowrap" align="right">2010-07-19 12:56:41</td>
</tr>
<tr class="even">
<td align="center"> <input id="id_rows_to_delete13"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+20]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete13','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+20+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+20&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+20+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 20 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">20</td>
<td class=" nowrap" align="right">10</td>
<td>Lean</td>
<td> </td>
<td> </td>
<td class=" nowrap" align="right">2010-07-19 12:56:41</td>
</tr>
<tr class="odd">
<td align="center"> <input id="id_rows_to_delete14"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+21]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete14','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+21+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+21&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+21+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 21 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">21</td>
<td class=" nowrap" align="right">10</td>
<td>Lean</td>
<td> </td>
<td> </td>
<td class=" nowrap" align="right">2010-07-19 12:56:41</td>
</tr>
<tr class="even">
<td align="center"> <input id="id_rows_to_delete15"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+22]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete15','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+22+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+22&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+22+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 22 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">22</td>
<td class=" nowrap" align="right">10</td>
<td>Lean</td>
<td> </td>
<td> </td>
<td class=" nowrap" align="right">2010-07-19 12:56:41</td>
</tr>
<tr class="odd">
<td align="center"> <input id="id_rows_to_delete16"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+23]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete16','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+23+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+23&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+23+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 23 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">23</td>
<td class=" nowrap" align="right">10</td>
<td>Lean</td>
<td> </td>
<td> </td>
<td class=" nowrap" align="right">2010-07-19 15:16:01</td>
</tr>
<tr class="even">
<td align="center"> <input id="id_rows_to_delete17"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+24]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete17','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+24+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+24&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+24+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 24 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">24</td>
<td class=" nowrap" align="right">11</td>
<td>pepe</td>
<td> </td>
<td> </td>
<td class=" nowrap" align="right">2010-07-19 15:17:38</td>
</tr>
<tr class="odd">
<td align="center"> <input id="id_rows_to_delete18"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+25]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete18','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+25+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+25&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+25+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 25 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">25</td>
<td class=" nowrap" align="right">11</td>
<td>pepe</td>
<td> </td>
<td> </td>
<td class=" nowrap" align="right">2010-07-19 15:17:56</td>
</tr>
<tr class="even">
<td align="center"> <input id="id_rows_to_delete19"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+26]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete19','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+26+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+26&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+26+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 26 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">26</td>
<td class=" nowrap" align="right">11</td>
<td>pepe</td>
<td> </td>
<td> </td>
<td class=" nowrap" align="right">2010-07-19 15:27:56</td>
</tr>
<tr class="odd">
<td align="center"> <input id="id_rows_to_delete20"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+27]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete20','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+27+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+27&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+27+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 27 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">27</td>
<td class=" nowrap" align="right">10</td>
<td>Lean</td>
<td> </td>
<td> </td>
<td class=" nowrap" align="right">2010-07-21 10:22:52</td>
</tr>
<tr class="even">
<td align="center"> <input id="id_rows_to_delete21"
name="rows_to_delete[+%60cabecventas%60.%60id%60+%3D+28]"
onclick="copyCheckboxesRange('rowsDeleteForm',
'id_rows_to_delete21','l');"
value="DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+28+LIMIT+1"
type="checkbox"> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/tbl_change.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&primary_key=+%60cabecventas%60.%60id%60+%3D+28&sql_query=SELECT+%2A+FROM+%60cabecventas%60&goto=sql.php"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_edit.png"
alt="Editar" title="Editar" width="16" height="16"></a> </td>
<td align="center"><a moz-do-not-send="true"
href="http://localhost/phpmyadmin/sql.php?db=tesis&table=cabecventas&token=aa6d06e0028f1d521034cfe9bc7b4229&sql_query=DELETE+FROM+%60cabecventas%60+WHERE+%60cabecventas%60.%60id%60+%3D+28+LIMIT+1&zero_rows=La+fila+se+ha+borrado&goto=sql.php%3Fdb%3Dtesis%26table%3Dcabecventas%26token%3Daa6d06e0028f1d521034cfe9bc7b4229%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560cabecventas%2560%26zero_rows%3DLa%2Bfila%2Bse%2Bha%2Bborrado%26goto%3Dtbl_structure.php"
onclick="return confirmLink(this, 'DELETE FROM `cabecventas` WHERE
`cabecventas`.`id` = 28 LIMIT 1')"><img
moz-do-not-send="true" class="icon"
src="http://localhost/phpmyadmin/themes/original/img/b_drop.png"
alt="Borrar" title="Borrar" width="16" height="16"></a> </td>
<td class=" nowrap" align="right">28</td>
<td class=" nowrap" align="right">11</td>
<td>pepe</td>
<td> </td>
<td> </td>
<td class=" nowrap" align="right">2010-07-21 10:24:07</td>
</tr>
</tbody>
</table>
<br>
<img moz-do-not-send="true"
src="file:///C:/Users/Schereik/AppData/Local/Temp/moz-screenshot.png"
alt=""><img moz-do-not-send="true"
src="file:///C:/Users/Schereik/AppData/Local/Temp/moz-screenshot-1.png"
alt=""><img moz-do-not-send="true"
src="file:///C:/Users/Schereik/AppData/Local/Temp/moz-screenshot-2.png"
alt=""><img moz-do-not-send="true"
src="file:///C:/Users/Schereik/AppData/Local/Temp/moz-screenshot-3.png"
alt=""><img moz-do-not-send="true"
src="file:///C:/Users/Schereik/AppData/Local/Temp/moz-screenshot-4.png"
alt=""><img moz-do-not-send="true"
src="file:///C:/Users/Schereik/AppData/Local/Temp/moz-screenshot-5.png"
alt=""> <br>
<hr>Para que tu tiempo sea sólo tuyo, estamos reinventando un nuevo
Hotmail. Descubrilo. <a moz-do-not-send="true"
href="http://www.nuevohotmail.com" target="_new">Ver más</a>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Php-avanzado mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Php-avanzado@pato2.fi.mdp.edu.ar">Php-avanzado@pato2.fi.mdp.edu.ar</a>
<a class="moz-txt-link-freetext" href="http://www3.fi.mdp.edu.ar/cgi-bin/mailman/listinfo/php-avanzado">http://www3.fi.mdp.edu.ar/cgi-bin/mailman/listinfo/php-avanzado</a></pre>
</blockquote>
<br>
</body>
</html>