Re: PHP Advocacy



Patrick101 wrote:
Could anyone provide resources for PHP advocacy. My company has
written and application for an insurance firm but it is in jeopardy as
it is a Microsoft orientated. We need to justify the use of PHP in
terms security, etc.
Any direction would be appreciated.

Well if it's good enough for Flickr, Digg, Friendster, Wikipedia and
Facebook it should be good enough for some crappy insurance firm.

Besides, there's nothing to stop you running PHP on Microsoft servers,
PHP runs fine on Windows Server 2003 and IIS.

What you seek is not so much a justification of platform as of language
which is a field where there is NO RIGHT ANSWER. You can write both
secure and insecure code in any language. Modern ASP is no more secure
than modern PHP and you will find strong advocates for both languages so
there's no clear choice.

Anyway, shouldn't you have agreed the language and platform before
starting work??? And if they're so bothered about specifics have they
told you what they'd have preferred you to program in???

If they didn't specify a language up front I'd tell 'em to suck my
balls, and then sue them if they didn't pay up.

Roger.
.



Relevant Pages

  • Re: PHP Advocacy
    ... We need to justify the  use of PHP in ... Facebook it should be good enough for some crappy insurance firm. ... Besides, there's nothing to stop you running PHP on Microsoft servers, ... What you seek is not so much a justification of platform as of language ...
    (comp.lang.php)
  • Re: Breaking backwards compatibility - good or bad?
    ... coming and are needed to anything really big and useful in PHP. ... command or statement in the language that is going to be made invalid ... The PHP team tries very hard not to break CORRECT scripts. ... "Introducing case-sensitivity for variables and functions names has ...
    (comp.lang.php)
  • Re: Case sensitivity in programming languages.
    ... the language. ... And these conventions take advantage of case sensitivity. ... In PHP it can be any of those things. ... group of programmers who want t force their stupid ideas onto others. ...
    (comp.lang.php)
  • Re: A Lot of Questions from a Noob
    ... OOP is a language paradigm that is not specific to ... I Google'd for an introduction to object-oriented programming, ... Watch out for the die-hard Perl fanbois: ... PHP 5 OOP has come a long way from PHP 4. ...
    (comp.lang.php)
  • Re: Case sensitivity in programming languages.
    ... Is any language issued with a set of function names in different ... You get a warning if you reference an undeclared variable in PHP if your ... In something like PHP we could generate a convention ... The ability to have 3 different functions called readfile(), ...
    (comp.lang.php)