Jump to content

lavercum

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by lavercum

  1. the problem I encounter is that the selection in one table is made on a text field compared to a search word
  2. How to link three tables ? two tables store int and the third text... $requete = "SELECT table1.ID,table2.Tid,table3.text INNER JOIN table2 ON table2.Tid=table1.ID INNER JOIN table3 where text='$something'... ? Thank's for help !
×
×
  • Create New...