How to connect mysql in PHP5.5

Mysql connection in php Connect to mysql database using php with following code. Mysql database connect in php is very easy, just use this code. Replace the demo username and password with correct ones. $hostname = “localhost or hostname”; $myusername = “mysql username”; $password = “mysql password”; // Create connection $connection = new mysqli($hostname, $myusername, 

Continue Reading…

Neta Ji Subhas Chandra Bose Files Public

Neta Ji Subhas Chandra Bose 100 Files are public Prime Minister Shri Narendra Modi declassifies 100 secret files related to Netaji Subhas Chandra Bose publicly on his Birthday. Truth about Neta Ji Subhas Chandra Bose. Real story about Neta Ji Subhas Chandra Bose. Real story about Neta Ji Subhas Chandra Bose Death. Papers/ files can 

Continue Reading…

How to change owner of directory in Ubuntu 15.04

Change ownership of directory in ubuntu For changing ownership of any folder or directory and its sub-directories in ubuntu 15.04/14.04 etc use this command. sudo chown -R username:username /directory_name/ You need to enter your password. Change permission of directory recursively in ubuntu For changing permission of any folder or directory and its sub-directories in ubuntu 

Continue Reading…