Tip จากพี่ใหญ่ใจดี Google ครับ ต้นฉบับ: http://code.google.com/speed/articles/optimizing-php.html ผู้เขียน: Eric Higgins, Google Webmaster
PHP Performance Tips
BAD: $description = $_POST['description']; echo $description;