Quantcast
Channel: Web Development Tips » Languages
Browsing latest articles
Browse All 3 View Live

Image may be NSFW.
Clik here to view.

What is the default Maximum file upload size and how to change it?

By default Maximum file upload size is 128MB. php_value upload_max_filesize 128M php_value post_max_size 128M If you want to change the default Maximum file upload size from 128MB to 1GB, then it can...

View Article



Image may be NSFW.
Clik here to view.

[RFC] PHP 5.4 Strict Error Reporting

Testing with PHP 5.4 at E_ALL produces strict warning messages such as: Strict (2048): Declaration of Product::beforeSave() should be compatible with Model::beforeSave($options = Array)...

View Article

Image may be NSFW.
Clik here to view.

Easy way to data filter and validate in php

Before php 5.2.0 when we have to validate or filter user data, we normally use regex and some php functions. Some of those regex are difficult to understand. So normally most of the coders search in...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images