¡@

Home 

php Programming Glossary: newcomers

Which one is faster and lighter - mysqli & PDO

http://stackoverflow.com/questions/10696696/which-one-is-faster-and-lighter-mysqli-pdo

also offers a procedural API which makes it easier for newcomers to understand. If you are familiar with the native PHP MySQL..

Why shouldn't I use mysql_* functions in PHP?

http://stackoverflow.com/questions/12859942/why-shouldnt-i-use-mysql-functions-in-php

analytic and synthetic reasons were already mentioned. For newcomers there's a more significant incentive to stop using the dated.. simple enough to not further the discouragement to newcomers. Education usually works better than prohibition. While it qualifies..

PHP Parse/Syntax Errors; and How to solve them?

http://stackoverflow.com/questions/18050071/php-parse-syntax-errors-and-how-to-solve-them

Even experienced coders make typos. For programming newcomers it's part of the learning fun but quite hard to overcome terse..

Symfony2 conceptual issue: general bundles vs. specific ones

http://stackoverflow.com/questions/8012191/symfony2-conceptual-issue-general-bundles-vs-specific-ones

This answer is still pretty popular and can lead newcomers to the approach I don't think is the best one anymore. So.....

Headers already sent by PHP

http://stackoverflow.com/questions/8028957/headers-already-sent-by-php

files as UTF 8 no BOM or similar such nomenclature. Many newcomers resort to creating new files and just copy pasting the previous.. page content still. It's commonly advised in particular to newcomers that trailing PHP close tags should be omitted. This eschews..