Say I made a program using PHP that is like an organizer for appointments, and menu

Jay

New member
prices? Now say I wanted to remake this using new trendy software design. What code or language would I use to make this? It is old outdate PHP with bugs. I would like this to be fresh and new dated?. Any ideas or suggestions??
 
Are you saying you want to refurbish the website, or make the website available as client-side software?

To update the website, I would recommend using AJAX for automatic client-side calculations with javascript (which will obtain the results from server-side scripting in PHP)

If you want to write client-side software, I would recommend Delphi, as its database connectivity is considerably good, with C++ being a secondary option due to its flexibility in overall design.
 
Back
Top