If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > eGov project: ASP or PHP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-22-03, 19:50
jrahma jrahma is offline
Registered User
 
Join Date: Apr 2003
Posts: 101
eGov project: ASP or PHP

we have an e-Gove project but we are really confused which language to use? we prefer ASP but the Government guys prefer PHP just because the security bugs in ASP (that what they said!!)..

can we discuss this please?

I want to know is PHP such a strong language for an e-Governmet Project?

Are there any major bugs in ASP?

Aren't there any bugs in PHP?
Reply With Quote
  #2 (permalink)  
Old 06-24-03, 00:05
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
Re: eGov project: ASP or PHP

Quote:
Originally posted by jrahma
we have an e-Gove project but we are really confused which language to use? we prefer ASP but the Government guys prefer PHP just because the security bugs in ASP (that what they said!!)..

can we discuss this please?

I want to know is PHP such a strong language for an e-Governmet Project?

Are there any major bugs in ASP?

Aren't there any bugs in PHP?
There have been many publicized security mishaps with various versions of Windows although MSoft keeps coming out with patches to fix them up. Of course Linux has had some security issues too but perhaps not as many of them.

ASP and PHP are really rather similar server-side scripting tools. PHP's syntax is more like C and JavaScript and ASP's syntax is more like VisualBasic.

Seems like governments usually go for what is cheap, i.e. opensource, i.e. Linux instead of Windows.

PHP vs. ASP vs. JSP Part 1 by a-dub - 1/8/2002
http://www.blazonry.com/devnotes/phpasp1.php

PHP vs ASP by John Lim - 8/17/2000
http://php.weblogs.com/php_vs_asp

7 Reasons Why PHP is Better than ASP by John Lim - 9/14/2000
http://php.weblogs.com/php_asp_7_reasons
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
  #3 (permalink)  
Old 06-24-03, 09:39
rhs98 rhs98 is offline
Super Moderator
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 441
Try JSP, its much favoured in large enterprise applications, and is cross platform (like PHP), but is significantly quicker to run (as it is compiled rather than interpreted). It arguably has a greater range of functions availible as default than either PHP or ASP.
Reply With Quote
Reply

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