need advice.... please take a peek

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
wittyguy
Forum Newbie
Posts: 1
Joined: Sun May 30, 2010 10:49 pm

need advice.... please take a peek

Post by wittyguy »

i'm a 4th year IT student... and currently taking my thesis... is there any language better than php in making an inventory system that is LAN based? it's a system that also includes workflow approval of requests specifically the transfer and disposal requests of fixed assets of a company.... please help me.. thanks
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: need advice.... please take a peek

Post by Christopher »

PHP is a web application development language (mainly). You can create LAN applications but they are browser based and access a web server on the LAN. If you are looking for writing a client/server application with a custom client (not a browser) then other languages such as Python or Java would be better.
(#10850)
rd.dcse
Forum Newbie
Posts: 7
Joined: Fri Jun 11, 2010 2:56 pm

Re: need advice.... please take a peek

Post by rd.dcse »

If you want to use your application in network you can use XML
Post Reply