Pogledajte određenu poruku
Staro 03. 05. 2011.   #6
webarto
expert
Grand Master
 
Avatar webarto
 
Datum učlanjenja: 11.04.2010
Poruke: 998
Hvala: 141
959 "Hvala" u 153 poruka
webarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished road
Default

^

PHP kôd:
$result mysql_query("SELECT COUNT(*) AS count FROM check WHERE korime = '$username'");
$row mysql_fetch_assoc($result);
$count $row["count"];
if(
$count 0){
...

webarto je offline   Odgovorite uz citat