Este es el código:
Código PHP:
if (isset($_POST['tfd_Idvta'])) {
$idvta = $_POST['tfd_I
dvta'];
$MM_fldUserAuthorization = "";
$MM_redirectLoginSuccess = "listresum.php?idvta="?><?php echo $idvta; ?></div>;<?php
$MM_redirectLoginFailed = "errlogresum.php";
$MM_redirecttoReferrer = false;
mysql_select_db($database_n_martinf, $n_martinf);
$LoginRS__query=sprintf("SELECT idventa, pwd FROM ventas WHERE idventa=%s AND pwd=%s",
GetSQLValueString($loginUsername, "int"), GetSQLValueString($password, "text"));
Evidentemente le estoy pifiando en la sintaxis. Si hay algun voluntario por ahí que me corrija, le agradeceré batsante (2 docenas de facturas estarán bien?

Thx in advance!
