Quote:
Originally Posted by amcf1992
Its not an api key, its a mysql value
|
Okay, so where is it supposed to come from then? As mentioned, "key" is not defined in your form to post, so therefore it will not exist in $_POST. Your query will return no results unless there's a record with the 'key' field set to an empty string (not null though).