Jump to content

[Întrebare] - Cum pot seta mai multe valori ...


Recommended Posts

  •  Întrebare:  Cum pot sa adaug mai multe valori la type de la acest cod: 

              

<?php $q = mysqli_query($DB_H, "SELECT * FROM logs WHERE Userid = '".$row22['id']."' AND `type`= '1' ORDER BY Date DESC LIMIT 150 ");
									

Problema este ca nu stiu cum pot sa adaug mai multe valori in afara de 1. Cum ar trebuie sa fie separate valorile?

Link to comment
Share on other sites

Salut! Poti folosi 'OR' Spre ex type = 1 OR type = 2 OR type = 3.  Iti recomand ca mai intai sa pui 

SELECT * FROM logs WHERE `type` = 1 OR `type` = 2 

iar dupa asta sa pui

AND Userid = '".$row22['id']."'
Edited by s0nyx

                                                                                                                              

Link to comment
Share on other sites

  • 3 months later...

T/C - Topic inactiv.

                                                                                                                              

Link to comment
Share on other sites

  • s0nyx locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...