simple sql query is failing |
(06-26-2018, 10:55 AM)richb201 Wrote: I don't think it is coming up with an error. It is just not finding my email. I think it is looking for '[email protected]' and not finding it. It should be looking for [email protected] (ie without the '). I know this because when I hard code in I get through that part of the code. Oh yeah the error there was just in case it does - but the last query should show if there are anything weird going into query, that's all. Is the email exactly the same in DB, no spaces, no upper case letters or anything? |
Messages In This Thread |
simple sql query is failing - by richb201 - 06-25-2018, 11:43 AM
RE: simple sql query is failing - by php_rocs - 06-25-2018, 02:15 PM
RE: simple sql query is failing - by neuron - 06-26-2018, 01:08 AM
RE: simple sql query is failing - by Pertti - 06-25-2018, 02:16 PM
RE: simple sql query is failing - by richb201 - 06-26-2018, 07:45 AM
RE: simple sql query is failing - by Pertti - 06-26-2018, 07:58 AM
RE: simple sql query is failing - by richb201 - 06-26-2018, 10:55 AM
RE: simple sql query is failing - by Pertti - 06-26-2018, 11:40 AM
RE: simple sql query is failing - by richb201 - 06-26-2018, 01:20 PM
RE: simple sql query is failing - by Pertti - 06-26-2018, 01:41 PM
RE: simple sql query is failing - by richb201 - 06-27-2018, 12:26 AM
RE: simple sql query is failing - by InsiteFX - 06-27-2018, 03:31 AM
RE: simple sql query is failing - by Pertti - 06-27-2018, 04:06 AM
RE: simple sql query is failing - by InsiteFX - 06-27-2018, 09:29 AM
|