Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old May 30th, 2007, 10:58 AM   #1
teishu
Programmer
 
Join Date: May 2006
Posts: 51
Rep Power: 3 teishu is on a distinguished road
PHP, Of use to anything but web ?

Hi, just wondering is PHP at all useful to non web application ?
thanks
__________________
AMD Athlon X2 4200+ -- Asus V3-M2V890 -- 2GB Kingston -- Vista Ultimate 32bit + Ubuntu 8.04
Intel C2D T5870 2.0GHZ -- Vostro 1510 -- 2048MB -- Windows XP SP2

ASCII stupid question, get a stupid ANSI !
teishu is offline   Reply With Quote
Old May 30th, 2007, 11:03 AM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
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
DaWei is offline   Reply With Quote
Old Jun 1st, 2007, 6:11 AM   #3
Kezzer
Newbie
 
Join Date: Mar 2007
Location: England
Posts: 15
Rep Power: 0 Kezzer is on a distinguished road
Send a message via Skype™ to Kezzer
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.
Kezzer is offline   Reply With Quote
Old Jun 1st, 2007, 10:47 AM   #4
pegasus001
Hobbyist Programmer
 
pegasus001's Avatar
 
Join Date: Nov 2006
Location: 163H
Posts: 213
Rep Power: 2 pegasus001 is on a distinguished road
Quote:
Originally Posted by Kezzer View Post
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.
__________________
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.
pegasus001 is offline   Reply With Quote
Old Jun 1st, 2007, 1:21 PM   #5
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
Quote:
Originally Posted by Kezzer View Post
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.
Booooze is offline   Reply With Quote
Old Jun 1st, 2007, 3:27 PM   #6
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
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."
Infinite Recursion is offline   Reply With Quote
Old Jun 5th, 2007, 11:42 PM   #7
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
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!
Pizentios is offline   Reply With Quote
Old Jun 6th, 2007, 3:53 AM   #8
teishu
Programmer
 
Join Date: May 2006
Posts: 51
Rep Power: 3 teishu is on a distinguished road
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 ...
__________________
AMD Athlon X2 4200+ -- Asus V3-M2V890 -- 2GB Kingston -- Vista Ultimate 32bit + Ubuntu 8.04
Intel C2D T5870 2.0GHZ -- Vostro 1510 -- 2048MB -- Windows XP SP2

ASCII stupid question, get a stupid ANSI !
teishu is offline   Reply With Quote
Old Jun 6th, 2007, 5:52 AM   #9
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
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
DaWei is offline   Reply With Quote
Old Jun 6th, 2007, 6:00 AM   #10
teishu
Programmer
 
Join Date: May 2006
Posts: 51
Rep Power: 3 teishu is on a distinguished road
Quote:
Originally Posted by DaWei View Post
Well, your question didn't ask, C# vs. PHP....
that isn't my question.. lol
__________________
AMD Athlon X2 4200+ -- Asus V3-M2V890 -- 2GB Kingston -- Vista Ultimate 32bit + Ubuntu 8.04
Intel C2D T5870 2.0GHZ -- Vostro 1510 -- 2048MB -- Windows XP SP2

ASCII stupid question, get a stupid ANSI !
teishu is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:52 AM.

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