Mobile Phones - Loan - Car Accident Attorney Los Angeles - Unblock Myspace - Car Insurance

PDA

View Full Version : Can I depend on Php ??


BRUNING2008
Jan 2nd 2008, 1:43 am
Hi

I am new to php and would like to know if it is possible to make a complete software application like stock control system based on php and mysql?



Lodi

nico_swd
Jan 2nd 2008, 1:59 am
PHP is very powerful, and you can do nearly anything.

You have to be more specific with your question though. You mean something like, having a website with products, and each time you sell something via the site, it rests one item from the stock count in the database?

Yes that's possible with PHP and MySQL.

BRUNING2008
Jan 2nd 2008, 3:02 am
Thanks Nico For your reply

I mean that if I am developing business application (stock control,invoice system,accounting) Can I use PHP instead of VB or Access.

Dagon
Jan 2nd 2008, 3:16 am
It is possible using php-gtk but I would not recommend it for business applications (yet).

nico_swd
Jan 2nd 2008, 3:18 am
You could do that with PHP.

But I wouldn't recommend PHP for this, because it's a web based language. If you want to develop a desktop application, you should go for VB/Access or C/C++/Python/etc...

I would suggest you look around for existing applications before you develop your own. Sounds like a common thing you're looking for. I'm sure there's such a thing already.

Joseph_Sycoblue
Jan 2nd 2008, 8:15 am
PHP is very powerful, and you can do nearly anything.

You have to be more specific with your question though. You mean something like, having a website with products, and each time you sell something via the site, it rests one item from the stock count in the database?

Yes that's possible with PHP and MySQL.

Just as he says

Kwaku
Jan 2nd 2008, 8:57 am
You shouldn't attempt to make a client app anyway; just program it in PHP/MySQL and make a nice AJAX interface. It will be fast and scalable.