![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: May 2006
Posts: 49
Rep Power: 0
![]() |
PHP, Of use to anything but web ?
Hi, just wondering is PHP at all useful to non web application ?
thanks
__________________
Intel Pentium M 1.73Ghz -- Sony Vaio -- 1024MB Ram -- Ubuntu 8.04 AMD Athlon X2 4200+ -- Asus V3-M2V890 -- 2GB Kingston -- Vista Ultimate 32bit Intel C2D E4400 -- 2048MB GeIL - Windows XP SP2 ASCII stupid question, get a stupid ANSI ! |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
You can use it in standalone applications, even GUI applications. There are far better choices, in my opinion.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Newbie
|
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. |
|
|
|
|
|
#4 | |
|
Hobbyist Programmer
Join Date: Nov 2006
Location: 163H
Posts: 213
Rep Power: 2
![]() |
Quote:
![]()
__________________
You never test the depth of a river with both feet. The believer is happy. The doubter is wise. Free speech carries with it some freedom to listen. The next generation will always surpass the previous one. It`s one of the never ending cycles of life. |
|
|
|
|
|
|
#5 |
|
Expert Programmer
|
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.
|
|
|
|
|
|
#6 |
|
Programming Guru
![]() ![]() ![]() |
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.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#7 |
|
Programming Guru
![]() ![]() |
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.
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#8 |
|
Programmer
Join Date: May 2006
Posts: 49
Rep Power: 0
![]() |
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 ...
__________________
Intel Pentium M 1.73Ghz -- Sony Vaio -- 1024MB Ram -- Ubuntu 8.04 AMD Athlon X2 4200+ -- Asus V3-M2V890 -- 2GB Kingston -- Vista Ultimate 32bit Intel C2D E4400 -- 2048MB GeIL - Windows XP SP2 ASCII stupid question, get a stupid ANSI ! |
|
|
|
|
|
#9 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Well, your question didn't ask, C# vs. PHP....
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#10 |
|
Programmer
Join Date: May 2006
Posts: 49
Rep Power: 0
![]() |
that isn't my question.. lol
__________________
Intel Pentium M 1.73Ghz -- Sony Vaio -- 1024MB Ram -- Ubuntu 8.04 AMD Athlon X2 4200+ -- Asus V3-M2V890 -- 2GB Kingston -- Vista Ultimate 32bit Intel C2D E4400 -- 2048MB GeIL - Windows XP SP2 ASCII stupid question, get a stupid ANSI ! |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PayPal's PHP SDK on Windows | s2j1j1b0 | PHP | 2 | May 30th, 2007 11:04 AM |
| Build Web Applications using C++ | ReggaetonKing | C++ | 8 | May 16th, 2007 3:17 PM |
| Classes in PHP | kruptof | PHP | 9 | May 11th, 2007 9:44 PM |