BRADERY Posted November 8, 2010 Share Posted November 8, 2010 What would be the best way to do this? Link to comment https://forums.phpfreaks.com/topic/218059-what-to-do-convert-php-script-to-a-gui/ Share on other sites More sharing options...
trq Posted November 8, 2010 Share Posted November 8, 2010 Do what? Link to comment https://forums.phpfreaks.com/topic/218059-what-to-do-convert-php-script-to-a-gui/#findComment-1131590 Share on other sites More sharing options...
OldWest Posted November 8, 2010 Share Posted November 8, 2010 What would be the best way to do this? Your question seems incomplete. If you want to make a php script "pretty" for a GUI (meaning output and any function controls), you need to read up on css and html. And integrate that into your script. Link to comment https://forums.phpfreaks.com/topic/218059-what-to-do-convert-php-script-to-a-gui/#findComment-1131591 Share on other sites More sharing options...
BRADERY Posted November 8, 2010 Author Share Posted November 8, 2010 like what language would be easy to learn like php but you can make GUIs to they look like programs but are run my php Link to comment https://forums.phpfreaks.com/topic/218059-what-to-do-convert-php-script-to-a-gui/#findComment-1131599 Share on other sites More sharing options...
trq Posted November 8, 2010 Share Posted November 8, 2010 You are still not very clear. HTML can be used to create GUI's. Are you talking about creating desktop applications? You could take a look at PHP-GTK, though its Python implementation (GTK I mean) is probably a better choice. Link to comment https://forums.phpfreaks.com/topic/218059-what-to-do-convert-php-script-to-a-gui/#findComment-1131628 Share on other sites More sharing options...
ninedoors Posted November 8, 2010 Share Posted November 8, 2010 If you are just looking to run php applications as standalone apps on any computer PHP Dock does this for you. I have used it and it works great. Link to comment https://forums.phpfreaks.com/topic/218059-what-to-do-convert-php-script-to-a-gui/#findComment-1131804 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.