
First time Google Celebrating Pakistan Independence Day…! its very positive step for pakistani google users…!
i hope, in future google will celebrate more events… :=)
Happy Pakistan Independence Day

First time Google Celebrating Pakistan Independence Day…! its very positive step for pakistani google users…!
i hope, in future google will celebrate more events… :=)
Happy Pakistan Independence Day

Now recently I’ve coded some date/time functionality in my project..
Ohh no…! :=(
I have got one nasty error
Message: strftime() [function.strftime]: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Asia/Karachi’ for ‘5.0/no DST’
Well well, solution was pretty simple, just be sure to add ‘php.ini’ the time zone where your server is located
After restarting apache the problem solved ![]()

Mostly PHPMyADMIn import ‘2MB‘ mysql backup file. when you are try to import large file.
ERROR: No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.
So how to import file???
Simply Edit Your ‘php.ini‘
Here is a reasonable setup:
memory_limit = 32M
post_max_size = 8M
upload_max_filesize = 7M
Don’t forget to restart apache when you’re done