Jump to content

GUI to php


dotkpay

Recommended Posts

Hello,

I have been programming in php for one and a half years now and am fluent at the language thanks to phpfreaks among other factors. But I now need to start developing standalone GUI apps that connect to a php program and database over a network. I need the GUI apps to be touchscreen enabled and have all the features associated with rich interfaces.

What programming language would I have to learn, I have looked up php-gtk but it doesn't seem that capable since its still under development and it involves installing the php interpreter. I have also come to know of WinBinder (winbinder.org) but its not for development of stand alone apps, instead it also involves running apache and so on.

So could you please help me know which language I can use to develop GUI apps to connect to php programs over a network.

 

Thanks in advance

Link to comment
Share on other sites

You don't need to do anything new because it's a touchscreen. Instead of clicking on buttons with a mouse your now tapping on a screen. PHP is probably not the best language for this since it runs in a browser (unless they are fine with just launching a browser on the touchscreen system and pressing F11 for full-screen).

 

VB.NET will help you hit the ground running, same goes for Java+Swing. You could also try Ruby or Python.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.