Ok, so I can’t seem to get this to work, but here is what I wan’t to do. I have 2 tables one
like this
Table1
----------
Row1
And this
Table2
----------
Row2
I want to get the data from Table1 where Row2 equals “thisvalue”, in php. Any idea how I should go about doing this? Thanks.
You join the tables together
If you want only a row with a specific rw2-value, you can specify that in the WHERE clause