Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Templates til MySQL

Explorer ,
Apr 23, 2022 Apr 23, 2022

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 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa2022-04-23_20-07-55.jpgexpand imagedatabase that matches the search criteria

245
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 23, 2022 Apr 23, 2022

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.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 25, 2022 Apr 25, 2022
LATEST

concerning Template it self, you should find your aim, going there

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines