pedz
Registered
I'm a device driver type writer and have not had much experience with GUI applications. I want to write an accounting system (primitive). I know about GNUCash but I'm not happy with it.
I was going to do a PostgrSQL DB driven by PHP so that I could use it anywhere on the web. So, any web client could be the client and most machines (PC's, Mac's, Unixes) could be the server as well since PostgreSQL and PHP are everywhere.
But, I'm worried about the GUI interface with PHP. Every time a user would click a check box, for example, it would need to go back to the server to refresh the screen. I could do a combination of PHP and Javascript.
I was wondering what other people would suggest. Either with or without the requirement that it be web based. Is something like Tk nice to work with? Or maybe Java's GUI stuff.
Thanks,
pedz
I was going to do a PostgrSQL DB driven by PHP so that I could use it anywhere on the web. So, any web client could be the client and most machines (PC's, Mac's, Unixes) could be the server as well since PostgreSQL and PHP are everywhere.
But, I'm worried about the GUI interface with PHP. Every time a user would click a check box, for example, it would need to go back to the server to refresh the screen. I could do a combination of PHP and Javascript.
I was wondering what other people would suggest. Either with or without the requirement that it be web based. Is something like Tk nice to work with? Or maybe Java's GUI stuff.
Thanks,
pedz