Get basename and file extension with PHP or Javascript
Getting file extension and basename is a common development task. PHP internal function pathinfo is very useful. But, Windows paths will not work correctly on Linux servers and vice versa.…
Getting file extension and basename is a common development task. PHP internal function pathinfo is very useful. But, Windows paths will not work correctly on Linux servers and vice versa.…
If you want to access via the internet a computer which is behind a NAT router and it has not direct access to the internet, you need a VPN solution.…
Setting up your Linux workstation or a virtual machine, there is no public IP or domain available. If you want to send mail from this machine, reverse DNS will fail…
While MySQL considered as "The world's most popular open source database", PostgreSQL rightly considered as "the world's most advanced open source database". PostgreSQL architecture is based on CLUSTERS (a group…
http is a stateless protocol. A way to remember information from page to page is to use cookies. According to Wikipedia: A cookie, also known as an HTTP cookie, web…