Templates til MySQL
Copy link to clipboard
Copied
Hi
Dreamweaver 2020
Are there templates for creating a page that retrieves data from a MySQL database?
Or Tutorial
My wish is that a calendar should be displayed with the option to select "Year, Month and date" and then subsequently view the data in the MySQL database that matches the search criteria
Copy link to clipboard
Copied
I don't know of any Templates for this. However this might help you get started.
https://makitweb.com/jquery-datepicker-to-filter-records-with-php-mysql/
You will need:
- SQL queries to pull filtered data from your MySQL database.
- PHP & HTML to output data.
- JavaScript to create the date picker (calendar).
- CSS to style everything.
Copy link to clipboard
Copied
concerning Template it self, you should find your aim, going there
- https://themeforest.net/search/calendar
- https://themeforest.net/search/agenda
- https://themeforest.net/search/datepicker
and so on...
but as said @Nancy OShea I'm afraid that none of those template comes with the core engine to interact in between database and queries... you will have to handle it by your own code
Generally Template handles structure, display, component... but not the core engine

