Welcome Back to Shortlearner.com. today we will see how to Shutdown computer using PHP Script .
Unzip a Zip file using Php
Welcome back to shortlearner.com, Most of the time we need a software like winrar , which are helped us to unzip or extract our zip file . In today’s tutorial we will see how to unzip a zip file with the help of some predefined php function.
Send Mail Without SMTP Authentication
Welcome Back to Shortlearner.com, today we will see how to send mail without SMTP Authentication .
First of all we should know about overall funcationality of SMTP.
Say Hello World in 25 different programming
Welcome back to shortlearner.com,today we will see how to say “HELLO WORLD” In 25 different programming languages.
there is no perfect programming language , they all offer something a little bit different, and there are hundreds of programming languages with new ones
being created everyday.
How to check filesize using PHP.
Welcome back to shortlearner.com . Today we will see how to check the size of specified file.
PHP provide us an inbuilt function that is filesize() function.
the filesize() function returns the size of the file in bytes on success or
false on failure.