Hi there,
I am struggling with something that I refer to as a VLOOKUP() but not in Excel, instead in MySQLi.
Basically what I want to do is to take the value that was submitted by my form (variable: $property), look it up in my table (the record is unique), and once found return the value from column “Email” of the same entry.
Can something like this be done with PHP / MySQLi?
Thank you,
A2k