Jump to content
php.lv forumi

FeNzIee

Reģistrētie lietotāji
  • Posts

    6
  • Joined

  • Last visited

Everything posted by FeNzIee

  1. Tada ari ir problema man visam tabulam ir prefix Es uz IBF mainiju ari nekas nesanaca prefix_comments prefix_news un u.t.t.
  2. Rekur es uzliku visu ka vaig,bet tik un ta neiet ! ;( <? define('DB_prefix','prefix_'); $c_res = mysql_query("SELECT * FROM " .DB_prefix. "comments ORDER BY date DESC LIMIT 5"); while($c_row = mysql_fetch_array($c_res)) { switch ($c_row['type']) { case "news": $url = main_WEB_URL."newss/".$c_row['parentID']; break; case "img": $url = main_WEB_URL."picture/".$c_row['parentID']; break; case "videos": $url = main_WEB_URL."video/".$c_row['parentID']; break; case "user": $url = main_WEB_URL."user/".$c_row['parentID']; break; } $c_row['comment'] = $main->bbcode->bbcode2zero($c_row['comment']); echo "<div class='lastcom'><div style='display:inline;text-decoration:none;'> <a href='$url'>".smaller($c_row['comment'], 15)."</a> </div></div><br />"; } ?>
  3. Mmhhmm diezvai jo tas ir foruma prefix bet mana datubazes ir visur prefix_commets un u.t.t.
  4. Es uzliku taja faila define('DB_prefix','prefix_'); bet nekas nemainas.
  5. Pirmais aizgāja :) Ka to otro saprast? Es esmu nulle tajos kodos atvaino :(
  6. Es īpaši neko nesaprotu tajos kodos tāpēc uzrakstīju šeit. Lūdzu palīdziet, esiet tik mīļi. Rekur ir problēma! Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\******\******\vuser.php on line 18 KODS : http://paste.php.lv/18569d2f6809d00d29068a117b581e08?lang=php Vēl viena problēma Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\******\******\*********\lastcom.php on line 3 KODS: http://paste.php.lv/4719269f15de7109f8967c0c44ecff3f?lang=php Izmantoju AppServ.
×
×
  • Create New...