Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


View Poll Results: Is PHP equally good for non-web applications?
Yes 4 57.14%
No 2 28.57%
Can't say 1 14.29%
Voters: 7. You may not vote on this poll

 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 06-07-2005, 01:12 PM   #1 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default PHP for non-web applications


PHP is too good for web-applications and it was specifically made for it.

But how good is it for non-web applications? Applications may be platform independant or platform specific.

Say for example, is PHP with MySQL really good for something like Inventory Control or Accounting package?
tuxfan is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 06-07-2005, 04:01 PM   #2 (permalink)
Wise Old Owl
 
alib_i's Avatar
 
Join Date: Jun 2004
Location: omnipresent
Posts: 1,191
Default

if you simply need database management, why go for PHP.
MySQL is enough... and there are windows applications which can do the job of adding/editing data in the database.
what dya say?

-----
alibi
__________________
What I've felt, What I've known; Never shined through in what I've shown
Never free, Never me; So I dub thee unforgiven
-Metallica
alib_i is offline  
Old 06-07-2005, 05:58 PM   #3 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default

Hi!

Well i hevent tried coding stand-alone PHP application as of yet but i hear they r pretty good and work same as the web interface ones.

Regards,

Kalpik
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 07-07-2005, 05:52 PM   #4 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default

The question here is not about the availability of alternatives. Question here is about PHP.

Can PHP do it? And is it good enough for that purpose?
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
tuxfan is offline  
Old 08-07-2005, 04:44 PM   #5 (permalink)
Coming back to life ..
 
it_waaznt_me's Avatar
 
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,997
Default

Hey Tuxfan .. Php is a scripting language .. ie server side scripting language .. If you remove the server itself how will it work ? ..
You wont use a Apache to host your accounting package wont you ..
__________________
Sleight of hand and twist of fate...
On a bed of nails she makes me wait...
And I wait without you ...
With or without you ..
----
Batty = Too Busy Now !!!
it_waaznt_me is offline  
Old 08-07-2005, 05:03 PM   #6 (permalink)
In The Zone
 
Join Date: Dec 2004
Location: Vice City
Posts: 461
Default

lol rite said shahab
__________________
--------------
Lovedeep Wadhwa
cheetah is offline  
Old 08-07-2005, 06:26 PM   #7 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default

Quote:
Originally Posted by it_waaznt_me
Hey Tuxfan .. Php is a scripting language .. ie server side scripting language .. If you remove the server itself how will it work ? ..
You wont use a Apache to host your accounting package wont you ..
Hi!
Tuxfan is talking about phpgtk. it runs without apache to the best of my knowledge!
kalpik is offline  
Old 08-07-2005, 06:29 PM   #8 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default

From http://gtk.php.net

What is PHP-GTK?

PHP-GTK is an extension for the PHP programming language that implements language bindings for GTK+. It provides an object-oriented interface to GTK+ classes and functions and greatly simplifies writing client-side cross-platform GUI applications.
kalpik is offline  
Old 08-07-2005, 07:20 PM   #9 (permalink)
Version 2.0
 
Deep's Avatar
 
Join Date: Jan 2004
Location: Mumbai
Posts: 977
Default

hmm i think using for non-web aplications is not a good idea because for that VB is much bettter...

No need to install any extra stuff..just install the appplcation and get the things wokring...

where if u make it in php, you need to install web server or whatever third party pack comes with php mysql and + client needs to take care of server software update i.e. apache, php etc...and thats the worst part...

and PHP or any server side language is slow compared to applications made in vb etc..coz it doesnt need to check the stuff on server, so process is faster...and easier...

Deep
__________________
- Deep Ganatra -
www.whoisdeep.com
www.twitter.com/DeepXP/
Deep is offline  
Old 09-07-2005, 03:24 PM   #10 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default

Quote:
Originally Posted by it_waaznt_me
Hey Tuxfan .. Php is a scripting language .. ie server side scripting language .. If you remove the server itself how will it work ? ..
You wont use a Apache to host your accounting package wont you ..
Of course I know that. But when PCQL can have phpBB on its machines, why can it not have other PHP applications? Just a thought.

Alternatively, what if there is an intranet and the package is at the server with data entry being done from nods? How's that? Fairly possible with PHP? All that the nods require is a browser. In that case, we don't even need php-gtk. (Thank you kalpik for mentioning about php-gtk).

Quote:
Originally Posted by Deep
hmm i think using for non-web aplications is not a good idea because for that VB is much bettter...
Of course, VB is a far better alternative and even in my nightmares I will not think about making an accounting package in PHP But I didn't intend to find the best alternative for a particular job. The question is about the possibilities with PHP and about PHP's capacity.

Is it possible to make good enough non-web applications with PHP?

I am not even a newbie when it comes to PHP. I want to know more about it and hence this question. Don't make fun of me
tuxfan is offline  
Old 09-07-2005, 03:59 PM   #11 (permalink)
Version 2.0
 
Deep's Avatar
 
Join Date: Jan 2004
Location: Mumbai
Posts: 977
Default

yes, you can make these kind of applications using php, infact there are applications also...

I am also using php based partial accounting application which manages kind of accounts, billing etc...

basically we just have to play with the database and code..so there shouldnt be any problems at all...

Deep
__________________
- Deep Ganatra -
www.whoisdeep.com
www.twitter.com/DeepXP/
Deep is offline  
Old 30-07-2005, 12:16 PM   #12 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default

I recently went to BMC (Brihanmumbai Municipal Corporation) office for Birth Certificates of my daughters. Lo and behold!! They have the same setup as I was thinking. They use a browser to access their database which is located somewhere on their servers!!

Only difference being they use asp and not php.
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
tuxfan is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by topgear
- by Charan

Advertisement




All times are GMT +5.5. The time now is 06:28 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2