Unexpected variable syntax in php when trying to create variables in mysql

QuestionsUnexpected variable syntax in php when trying to create variables in mysql
sethbeckerman5 Staff asked 4 years ago

Have a small web app that will input form data, and calculate 3 values based on query entered, pretty much just an aggregation of columns that meet specific criteria. The data enters in the database fine, but I'm trying to create a custom search that will set table variables according to selected date in query which is a php variable that is posted to the html form. I'm trying to use this post php variable as input for the date ranges in the search query. Currently am getting this error with .
my 'action.php' file has the $conn object


View on Stack Overflow