SELECT TIMESTAMPDIFF(YEAR, ‘1984-05-01’, CURDATE()) AS umur from nama_table;
Category: Notes
Berbahagialah jiwa-jiwa yang lemah
Jiwa yang lemah, bukan berarti mereka yang mudah menaruh rasa dan mudah tertarik. Terkadang, kita merasa tertekan dengan keadaan itu. […]
JavaScript: Show more & Show less
Sometimes we need to show the excerpt of contents ’cause we have limited space to show full of text. And, […]
JavaScript: Show more & Show less
Sometimes we need to show the excerpt of contents ’cause we have limited space to show full of text. And, […]
PHP cURL not allowed multidimentional array
Assalamu’alaikum warahmatullah wabarakatuh In this case, I running on project at work, build the main portal project. The portal should […]
Bad English? I don’t care
Hii there, now I walk out from programming case, and just share about how I use English for this blog, although my […]
Two Types of How Programmers Learn Something
Assalamu’alaikum warahmatullah wabarakatuh.. How many peoples are working as programmers, they have different way to learn something to improve and build up […]
Don’t use MD5 for password hashing! You can migrate to BCrypt or other stronger hashing generator
If you start to learn programming and you will set up apps with login systems, you need username and password to […]
Upload File and Get 500 Internal Server Error in CodeIgniter 3.1.2
Are you confused with this problem? You think notthing error code, but when you submit the image form upload it did not […]