954,604 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

tips in bulding a website

Hi

Im new to php programming

as part of my academics, Im building an e-commerce website

can you give me some tips on how to build robust site?

anthonyjpv
Junior Poster in Training
97 posts since Oct 2010
Reputation Points: 16
Solved Threads: 7
 

Initially, just get to grips with the basics by trying out tutorials and reading up.

Once you have those, yo make a site robust you could start looking at php frameworks; Zend, Symfony and MVC are some popular ones. Using one would make your site more secure, flexible and organised.

Also, take a look on the OWASP site, here , to have a look at the top ten risks to sites so that you can get an idea on how to prevent them.

Hope this helps!

BenzZz
Junior Poster
116 posts since Feb 2011
Reputation Points: 10
Solved Threads: 6
 

If you're implementing 3rd party code, which I assume you'll have to, with an e-commerce system, you need to get the basics of OOP.

the basics of creating a robust, secure site would require a few hundred lines of explanation and even more code examples. Search the web. OWASP is a good site.

diafol
Rhod Gilbert Fan (ardav)
Moderator
7,800 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You