browse by tag: tips
sort by
Stay away from Bloated Class Methods, actually, bloated ANYTHING!
in PHP added by rvdavid, on 22/3/2008 classes methods oop php5 principles tips
Why are there so many examples of bloated PHP methods out there?! I see a lot of bloated methods being used in examples through sites like phpclasses.org and a very large chunk of a project I’ve recently picked up which a few developers have worked on. Guys! remember! There is no good reason to bloat your methods to over 10-20 lines long and on the rare occasions that you do exceed 10 - 20 lines it would be more the exception to the rule as opposed to being the rule itself!
comment save report10 things you (probably) didn't know about PHP.
in PHP added by goodphptutorials, on 21/2/2007 functions general tips
Here's a short list of cool features that might have slipped under your radar as well
comment save reportSecure File Upload with PHP
in PHP added by Nolte, on 18/1/2007 file handling file upload security tips
PHP makes uploading files easy. You can upload any type of file to your Web server. In spite of security issues that should be addressed before enabling file uploads, the actual mechanisms to allow this are straight forward. In this tutorial we will consider how to upload files to some directory on your Web server. We will also discuss security issues concerned with the file uploading.
comment save report10 Tips That Every PHP Newbie Should Know
in PHP added by goodphptutorials, on 8/3/2006 beginner tutorials tips tricks
I wish I had known these 10 tips the day I started working with PHP. Instead of learning them through painstaking process, I could have been on my way to becoming a PHP programmer even sooner! This article is presented in two parts and is intended for folks who are new to PHP.
comment save report