Hi,
I need a query using tables.
Here i have some tables in my database table names like
test_20140405
test_20140406
test_20140407
test_20140408
in these tables same fields like feeprefix, feetime etc...
now here i am using php code..
from date: textbox with name of fromval
to date: textbox with name of toval
submit button
here my question is i slected to dates fromval is 20140405 and toval is 20140407, based on these values i need to get feeprefix, feetime from the test_values between fromval and toval?
help me out..