Jump to content
php.lv forumi

Var buut?


gunmetal

Recommended Posts

man ir šāds kods

$galds = mysql_query("SELECT * FROM friends WHERE lid='$id' AND lid2='$id'");

Bet viņš neiet.

$galds = mysql_query("SELECT * FROM friends WHERE lid='$id'");

Šāds iet.

Kāpēc tā?

 

Pēc logikas vajadzēja paņemt no lid un lid2 kur lietotāja id ir ievietots bet neņem!

kāpēc tā?

Laikam man biki kautkas nepielec :D

Link to comment
Share on other sites

man ir šāds kods

$galds = mysql_query("SELECT * FROM friends WHERE lid='$id' AND lid2='$id'");

Bet viņš neiet.

$galds = mysql_query("SELECT * FROM friends WHERE lid='$id'");

Šāds iet.

Kāpēc tā?

 

Pēc logikas vajadzēja paņemt no lid un lid2 kur lietotāja id ir ievietots bet neņem!

kāpēc tā?

Laikam man biki kautkas nepielec :D

Ko tu veles lai šis kods tev izvad ara?

Vajag paskatities kas teši tev ir tava mainigaja, pec tam pasktatites vai mav kļudu mysql pusē, un pec tam jau kau - ko izvadīt.

$sql = "SELECT * FROM friends WHERE lid='$id' AND lid2= '$id'";
$query = mysql_query($sql);
if(!$query){
   die("Error in sql: " mysql_error() . "<br />" . $sql);
}
$result = mysql_fetch_array($query);
echo $result['lid'];

Edited by Vhubuo
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...