Smashing Magazine published an article with 10 tips to improve your PHP programming skills. They claim to be advanced tips but i tend to disagree. Every PHP programmer with 1-2 years of experience, somewhere around mid-level should know these things. But nevertheless the article is worth reading, if you did not know those things you may remember them again.
You May Also Like
Importing large files into a MySQL database
- Laszlo Bodor
- January 20, 2010
From time to time i have to insert really large files into MySQL. And sometimes there are problems because you don’t have access to the mysql command line utility from…
How to add a Cancel button to Drupal forms
- Laszlo Bodor
- October 5, 2009
Sometimes we need to add a Cancel button to some of the forms we are working with in Drupal. Maybe you want the user to be redirected to another page…
PHP download script for big files
- Laszlo Bodor
- January 21, 2012
Today i had a task at one customer where a directory of files needed to be downloaded using a PHP script. For one strange reason the script failed and the…
How to avoid docx and xlsx turning into zip when downloaded
- Laszlo Bodor
- June 22, 2010
I run yesterday in a very interesting problem. On one website the client had some downloadable files in docx and xlsx format. But when downloaded with Internet Explorer the files…
The right CMS for the right job
- Laszlo Bodor
- March 7, 2009
I was trying different content management systems for a long time. And sometimes choosing one for a site is a difficult job. That is because we have plenty of packages…
Powermail file upload size
- Laszlo Bodor
- January 17, 2010
TYPO3’s Powermail extension has the ability to upload files. That’s cool. But what if you need to specify a limit on the file size so you don’t get 5 MB…