Mikijs Posted April 18, 2008 Report Share Posted April 18, 2008 Nesaprotu kapēc nevaru izdzēst lietotājus skripts http://paste.php.lv/7199 itka viss ir pareizi funkcija Query function query($q) { $sql = @mysql_query($q); if (!$sql) { echo mysql_error(); return false; } else { return $sql; } } Link to comment Share on other sites More sharing options...
andrisp Posted April 18, 2008 Report Share Posted April 18, 2008 Sāc ar to, ka noņem @ nost. A ko query funkcija tev atgriež ? Ja jau kļūda notiek, tad vajadzētu mysql_error() kaut ko izdrukāt. Link to comment Share on other sites More sharing options...
Aleksejs Posted April 18, 2008 Report Share Posted April 18, 2008 Vienkārši nevari. Bez nekādiem paziņojumiem no MySQL/PHP puses? Link to comment Share on other sites More sharing options...
kasisppr Posted April 18, 2008 Report Share Posted April 18, 2008 Esi pārliecināts, ka tiec līdz dzēšanas kodam? Esi mēģinājis izdrukāt to SQL kveriju un palaist uz datubāzes? P.S. Maz ticams, ka tā varētu būt, bet iespējams. Ja nu tomēr viss ir PAREIZI, bet ieraksts nepazūd. Man ir gadījies, ka pie vainas ir MySQL menedžeris, kurā ir atvērta attiecīgā tabula, kuru mēģinu caur aplikāciju rediģēt. Bet maz ticams. Link to comment Share on other sites More sharing options...
Recommended Posts