Query a user of a php program to a database for a period specified by it

Asked

Viewed 16 times

0

I have a database in phpmyadmin. One of the fields is "Data" in "date" format. Do I need to ask the database user a question, through php, so that through "imput" the database data are listed in the specified period, for example "2015-10-01 a 2015-10-31"? by the user.

  • 2

    What have you done? Where is your doubt?

  • Hello, Eduardo. I’m preparing a piece. php program for home finance control.I created a database and one of the fields is the date of the expense release. The program needs to list the expenses in a given period. I know how to do this in the phpmyadmin database using sql. But I would like to make this query through the program, using php language. The program user would enter the initial and final date of the survey and with this information the program would list the expenses of the specified period. What I’m unable to do is use php entry dates to list expenses

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.