Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Quoderat's Blog:
Three simple tips for LAMP web site developers
Jul 24, 2007 @ 14:32:00

On Quoderat's blog today, there's a post with a few simple tips (three of them) to help out LAMP web site developers:

You've learned to write some basic HTML, CSS, PHP/Python/Perl and SQL, found a hosting service, and are ready to create your first LAMP web application. You've already read a bit about security (you know always to escape user-supplied parameters, etc.). Here are a three very simple tips that will help you along right at the start, without getting caught up in religious wars about frameworks, MVC, REST, abstraction, object orientation, etc.

The tips (summed up) are:

  • Keep all the database code together
  • Make an extra database for junk.
  • Make GET harmless.

...with the requisite explanations for each.

tagged: lamp developer tip database junk get harmless filter lamp developer tip database junk get harmless filter

Link:

Quoderat's Blog:
Three simple tips for LAMP web site developers
Jul 24, 2007 @ 14:32:00

On Quoderat's blog today, there's a post with a few simple tips (three of them) to help out LAMP web site developers:

You've learned to write some basic HTML, CSS, PHP/Python/Perl and SQL, found a hosting service, and are ready to create your first LAMP web application. You've already read a bit about security (you know always to escape user-supplied parameters, etc.). Here are a three very simple tips that will help you along right at the start, without getting caught up in religious wars about frameworks, MVC, REST, abstraction, object orientation, etc.

The tips (summed up) are:

  • Keep all the database code together
  • Make an extra database for junk.
  • Make GET harmless.

...with the requisite explanations for each.

tagged: lamp developer tip database junk get harmless filter lamp developer tip database junk get harmless filter

Link:


Trending Topics: