calistir = mysql_query("select * from ticketsistem where onayli=1 order by id") ?>Kırmızıyla işaretlediğim alana dikkat et. Senin sorgundaki isimle aynı olması lazım. Yani bu listelemeyi yaptığın sql ile aynı olmalı.
Ek Olarak: Birde olmasa o listelemeyi yaptırdığın sql kodlarını gönderbi bakalım :D
Ek Olarak: Birde olmasa o listelemeyi yaptırdığın sql kodlarını gönderbi bakalım :D
Kafam allak pullak oldu hocam :D
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
if (PHP_VERSION < 6) {
$theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
}
$theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
}
$colname_Recordset1 = "-1";
if (isset($_GET['1'])) {
$colname_Recordset1 = $_GET['1'];
}
mysql_select_db($database_biletsistemi, $biletsistemi);
$query_Recordset1 = sprintf("SELECT * FROM ticket WHERE onayli = %s", GetSQLValueString($colname_Recordset1, "text"));
$Recordset1 = mysql_query($query_Recordset1, $biletsistemi) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
$totalRows_Recordset1 = mysql_num_rows($Recordset1);$colname_Recordset1 = "-1";
if (isset($_GET['onayli'])) {
$colname_Recordset1 = $_GET['onayli'];
}
mysql_select_db($database_biletsistemi, $biletsistemi);
$query_Recordset1 = sprintf("SELECT * FROM ticket WHERE onayli = %s", GetSQLValueString($colname_Recordset1, "text"));
$Recordset1 = mysql_query($query_Recordset1, $biletsistemi) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
$totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
Kombi Servisi Ticket Sistemi
<script>
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
</script>
mysql_free_result($Recordset1);
?>