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

Templates til MySQL

Explorer ,
Apr 23, 2022 Apr 23, 2022

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

Views

178

Translate

Translate

Report

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

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.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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