Welcome Guest, Not a member yet? Register   Sign In
Select data from table where date = today
#2

(This post was last modified: 03-21-2020, 04:30 AM by jreklund.)

Hi,

First off I must start on the fact you have critical security problems with your code. If you are using similar queries in your application you have giving everyone a master key. They have access to all your data in the database.

You should use the query bindings if you don't use the Query Builder.
https://codeigniter.com/user_guide/datab...y-bindings
https://codeigniter.com/user_guide/datab...cting-data

And for the date part, I think the problem are that you need to have quotes around the date string.

You can use last_query to see what it's actually generating, and run it directly inside the database.
https://codeigniter.com/user_guide/datab...last_query
Reply


Messages In This Thread
RE: Select data from table where date = today - by jreklund - 03-20-2020, 10:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB