View Single Post
ישן 01-03-07, 19:41   # 9
NitroPHP
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Mar 2007
הודעות: 54

NitroPHP לא מחובר  

Exclamation

PHP קוד:
<? 
require('config.php'); 
if (
$_GET['id'])
{  
$cod=$_GET['id']; 
mysql_query("UPDATE `reg` SET `votes` = `votes`+1 WHERE `idshin`=$cod") or die (mysql_error()); 
?> 
<html> 
<head> 
<title>&auml;&ouml;&aacute;&ograve;&auml;</title> 
<meta http-equiv="Content-Language" content="he" /> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255"> 
</head> 
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> 
<center> 

</center> 
</body> 
</html> 
<? 
} else {  
echo 
"NOT K";  
}  
?>
חשבת לנסות את זה?
  Reply With Quote