0

Good day,

I am not a programmer by profession and I didn't study formally, I am currently self learning. So my Question might seem stupid or don't understand the answers. Please forgive me.

Okay the question:

My example will be for an internal team lunch roster it will be local page where users can set there lunch times and will not be changed but will reset at the end of the day.

All changes can be viewed by openning up the page.

I would like to know should it be a java and html or what language should I create such page on.

Kind regards

Ameer
  • 11
  • 3

1 Answers1

0

From your requirement, it's better to create a local website @ intranet developed using PHP with automated script to reset the data for lunch at the end of the week. You can use Xampp, Wamp or any web server software of your choices.

Xampp

WampServer

ps: you can use this guide to create an automated script Run Cron Job on PHP Script, on localhost in Windows

Gooner
  • 369
  • 5
  • 16