Welcome to our forums...

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.

Forum Statistics

  • Forum Members:
  • Total Threads:
  • Total Posts: 5
There are 1 users currently browsing forums.
General Web Programming This is for more general discussion about web programming or other web programming languages such as XML, Mod_Rewrite, ColdFusion, CGI, VBScript, and Ruby on Rails.

Reply
  #1  
Old 12-08-2009
New Born
 
Join Date: Dec 2009
Posts: 1
Rep Power: 0
phpservicess is on a distinguished road
How can PHP help online business?

I am going to start my online business. Is helpful for my online business? Can anybody tell me about php.
Reply With Quote
  #2  
Old 12-08-2009
Moderator
 
Join Date: Dec 2005
Posts: 1,862
Rep Power: 6
Umang is on a distinguished road
Re: How can PHP help online business?

What is your online business about? What do you want on your website?

It is not possible to say whether you will need PHP in making your website without knowing.
Reply With Quote
  #3  
Old 01-04-2010
darkecho's Avatar
official undercover guy
 
Join Date: Aug 2005
Location: Michigan... USA
Age: 21
Posts: 2,596
Rep Power: 7
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
  #4  
Old 01-04-2010
Moderator
 
Join Date: Dec 2005
Posts: 1,862
Rep Power: 6
Umang is on a distinguished road
Re: How can PHP help online business?

Quote:
darkecho originally posted: View Post
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.
Yes, that's an important point. I'd like to emphasize that PHP (and ASP, which is probably the only alternative) are languages. That means that you are coding the software, not PHP or ASP. It is your duty to ensure that your code doesn't have any loopholes through which any sort of attack can take place. The languages can only (and do) provide tools to help you ensure that your site is safe. You have to use them. In that way, ASP and PHP both provide these tools and are "safe". That does not mean your site can never be attacked.
Reply With Quote
  #5  
Old 01-08-2010
Not a Toddler
 
Join Date: Sep 2009
Location: Adelaide, Australia
Age: 16
Posts: 15
Rep Power: 0
Alias is on a distinguished road
Re: How can PHP help online business?

There are also lots of API's for payment sites like Paypal and such so it's easier to integrate payment into your scripts
Reply With Quote


Reply

Tags
php programming


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Collect 27 ebook learn php quyvphan PHP Articles 1 04-23-2009 05:52 PM
Site Review : plz make comments and suggestions rvyne Site Reviews & Site Management 13 05-06-2005 07:59 AM