View Single Post
  #3  
Old 01-04-2010
darkecho's Avatar
darkecho darkecho is offline
official undercover guy
 
Join Date: Aug 2005
Location: Michigan... USA
Age: 21
Posts: 2,596
Rep Power: 8
darkecho is on a distinguished road
Re: How can PHP help online business?

PHP can facilitate helping your online business. Its a scripting language, so the tools you use that are written in PHP will be what helps your online business.
Quote:
6. Secure, PHP has an outstanding security record.
That's a terrible way to put it. For someone who seems new to this area, I can seen the interpretation meaning "I don't have to worry about security" when in fact, one should always be worried about security. I run across scripts on a daily basis that rely on register_globals and don't use mysql_real_escape_string, and these are custom coded sites that "professionals" made.
Reply With Quote