okay.......i undertand that i cannot bundle php to an application. what about python and perl?
I know java but not gud enough to write application in that and i certainly dont know c#.
Main Topics
Browse All TopicsHi experts!
I want to develop a GUI application/software that will login to a website with the given username and password and then click on some buttons and go to a new webpage, then fill up some forms and submit them to the website.
There are 2 important constraints to this-
1. Language/ IDE/library to use for GUI
2. Language like python, perl or php which is rich enough to provide functions/library to login through website, grab some pages, fill some forms and submit it back.
Initially I thought of PHP as the language due to its rich curl library. But if i go ahead with php, i could not figure out how to convert those .php files into a GUI application?
Scripting languages like php, perl, python have good libraries but are poor in GUI development.
Can someone suggest some IDE in which it is not too difficult to build a gui and also has rich library to implement functionalities mention in point 2 above.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Lets just say if you know Java then it's no problem to learn C#, and I have no great knowledge about Perl or Phyton so I can't help you there. Mabye you know this: "Do Perl and Phyton run server side?". If they do then i dont think thats the way to go either... Mabye ASP. or something.
Mabye you could explain more what you want?
Ok uploading your own bookmarks from e.g. Internet Explorer or FireFox. This should be quite possible to do with PHP.
But it requires serverspace if it's to be availabel for others, or running an apache server on your own computer(WAMP server is a good alternative http://www.wampserver.com/
But it also requires you to run it when you want to send out new bookmarks. If this isn't what you want the it either requires you to run an app on a server(can be a local Wamp server) or a service on the server which excutes the PHP files at intervals something like that.
Also I found an example: http://www.faqs.org/docs/g
Don't know if this is quite what you want but it's an intro into sql which you might need :)
Business Accounts
Answer for Membership
by: Oddsen84Posted on 2008-02-04 at 22:12:05ID: 20821012
I'd go for a Java solution. But what you are talking about is an aplication and PHP can't do that since it's on a server. You could mabye get away with it if you ran a service on the server but I think that would be hard to accomplish. From personal experiense I would say Java or C#.