Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   PHP (http://www.programmingforums.org/forum29.html)
-   -   PHP, Of use to anything but web ? (http://www.programmingforums.org/showthread.php?t=13246)

teishu May 30th, 2007 10:58 AM

PHP, Of use to anything but web ?
 
Hi, just wondering is PHP at all useful to non web application ?
thanks

DaWei May 30th, 2007 11:03 AM

You can use it in standalone applications, even GUI applications. There are far better choices, in my opinion.

Kezzer Jun 1st, 2007 6:11 AM

To be fair, PHP was aimed as a server-side scripting language therefore you should make sure it remains in the zone it was designed for. Client-side applications would require additional dependencies in order to interpret the language for a start, and clients (end-users) don't want that kind of hassle.

Plus, setting up PHP on a system isn't the easiest of tasks unless you're using XAMPP.

In short, I would say that the answer is no, it shouldn't really be used for client-side applications because it was never designed for that, and even now it's not designed for that.

pegasus001 Jun 1st, 2007 10:47 AM

Quote:

Originally Posted by Kezzer (Post 128632)
Plus, setting up PHP on a system isn't the easiest of tasks unless you're using XAMPP.

XAMPP is a help, but not necessary. I have configured PHP in my IIS pretty easily just following the instructions in the install text file. Preconfigured PHP, PHPMyAdmin just leaves you out from getting the hands a little dirty with their configuration. :)

Booooze Jun 1st, 2007 1:21 PM

Quote:

Originally Posted by Kezzer (Post 128632)
Plus, setting up PHP on a system isn't the easiest of tasks unless you're using XAMPP.

Ive found that it's easy to setup, even on linux (Most of the time its pre-installed anyway). The hard part is trying to get it configured with things like mysql & other libraries. That can be tricky.

Infinite Recursion Jun 1st, 2007 3:27 PM

Yes; However, In my personal opinion, I'd leave PHP in the realm of web development... maybe let it out back to play in the realm of system scripting (if you lack perl, python, or shell knowledge) every once in a while.

Pizentios Jun 5th, 2007 11:42 PM

i have used it to make GTK apps before. It works ok, but it's still a scripting language.

I enjoy php on the web though i use it every chance i get.

teishu Jun 6th, 2007 3:53 AM

i would quite like to learn PHP but i think i should concentrate on c# atm as thats what im gonna be using when i start work in aug ...

DaWei Jun 6th, 2007 5:52 AM

Well, your question didn't ask, C# vs. PHP....

teishu Jun 6th, 2007 6:00 AM

Quote:

Originally Posted by DaWei (Post 128796)
Well, your question didn't ask, C# vs. PHP....

that isn't my question.. lol


All times are GMT -5. The time now is 12:48 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC