For those who are familiar with Dreamweaver and PHP, I would like to ask whether we can insert logic code such as looping in Java into Dreamweaver.
As I need to build a system that works like this:
A patient can make appointment into the system and get early appointment's time if his/her disease is more critical than others. Means that, he/she get the early slot time for appointments.
Therefore, I need to insert some logic code into my system that is built using Dreamweaver.
Is that possible?
Thank You .