Press "Enter" to skip to content

How to Display Full Screen Image background using CSS

0

The goal of this tutorial is to display full screen image background using CSS we can design our WebPages, You can choose any full-size HD image and place your website background and make it fixed,…

How to shutdown computer using PHP Script?

0

PHP is a very popular language for developing a website. We can also control system by some PHP commands, In this article, I am going to show How to shutdown computer using PHP Script. We…

How to Convert PHP Array into JavaScript Array

0

You can easily use PHP array in javascript you only need to convert PHP array into JSON format Using json_encode() function, PHP array can be converted to JavScript array and accessible in JavaScript. whatever the…