Hi guys if you wanted to build a simple web application that would manage data and allows users to carryout out various tasks on data. what would you use to build this.
Seems a starnge questiong coming on to a php forum. BUT...
I used mysql and PHP........
I am told I could have used ASP.net and SQL server.
But why would you choose the php and mysql above the latter. I need to justify my choices or "technology decisions"
It would be useful to have your opinions and please any links to good articles relating to this subject.
Please feel free to air your views.
**SOLVED** - php and mysql or asp and sql server
Moderator: General Moderators
**SOLVED** - php and mysql or asp and sql server
Last edited by mohson on Thu Jul 27, 2006 10:52 am, edited 1 time in total.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Whichever you:
If you don't mind getting held into a server platform, ASP and SQL Server are certainly contenders. But if portability of the code to another server is more important, PHP and MySQL get an upper hand.
If you still can't decide from that, it's time to make a version and features list. This is a list of the features planned for each version of your application. Each feature gets some weight and a rough projected timeline. Then come the questions for each:
- are most familiar with
- are most comfortable with
- find best fits the needs for you
- find best fits the needs for your client(s)
- find best fits the needs for your users
If you don't mind getting held into a server platform, ASP and SQL Server are certainly contenders. But if portability of the code to another server is more important, PHP and MySQL get an upper hand.
If you still can't decide from that, it's time to make a version and features list. This is a list of the features planned for each version of your application. Each feature gets some weight and a rough projected timeline. Then come the questions for each:
- What's the time required to build it?
- What's the benefit our users will get in return for that time investment?
- Is this feature possible with ASP?
- Is this feature possible with PHP?
- Are there any accessibility issues involved with this feature?
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
What about other view points like, amount of support available for the developer - php and mysql has more online support.
What about the fact that php mysql are free open source resources.
What about the rate at which php itself develops and introduces new functions
Would you consider these issues?
Actually looking at your post again I would say these are covered by points C and . Am I correct.
Servers isnt really an issue as the server platform is Unix and the system wont really be moved to another server.
Feaure list isnt an issue as all the basic features can be carried out in both.
Any more input feyd or anyone else?
What about the fact that php mysql are free open source resources.
What about the rate at which php itself develops and introduces new functions
Would you consider these issues?
Actually looking at your post again I would say these are covered by points C and . Am I correct.
Servers isnt really an issue as the server platform is Unix and the system wont really be moved to another server.
Feaure list isnt an issue as all the basic features can be carried out in both.
Any more input feyd or anyone else?
Guys thanks for your tips. This is the sort of stuff im looking for
http://www.oracle.com/technology/pub/ar ... l_asp.html
and this
http://www.oreilly.com/pub/a/oreilly/as ... p_php.html
http://www.oracle.com/technology/pub/ar ... l_asp.html
and this
http://www.oreilly.com/pub/a/oreilly/as ... p_php.html