Parašė popilas· 2017 Rugp. 1 16:08:54
#1
Sveiki gaunu error gal galite pagelbet? aciu
/maincore.php
mysql_num_rows() expects parameter 1 to be resource, boolean given Line: 268
258
259 if (!$result) {
260 echo mysql_error();
261 return false;
262 } else {
263 return $result;
264 }
265 }
266
267 function dbrows($query) {
268 $result = @mysql_num_rows($query);
269 return $result;
270 }
271
272 function dbarray($query) {
273 $result = @mysql_fetch_assoc($query);
274 if (!$result) {
275 echo mysql_error();
276 return false;
277 } else {
278
Redagavo popilas· 2017 Rugp. 23 16:08:29