Google help on software/programming And Windows Tricks

helponsoftware

Thursday, 6 June 2013

To retrieve array from database


<?
$conn=mysql_connect('localhost', 'mysql_user', 'mysql_password');
mysql_select_db("mysql_db",$conn);
$q=mysql_query("select column from table",$conn);
while($rs=mysql_fetch_assoc($q))
{
$array= unserialize($rs['column']);
print_r($array);
}
?>

To insert Array in One Column

<?
$array = array("foo", "bar", "hello", "world");
$conn=mysql_connect('localhost', 'mysql_user', 'mysql_password');
mysql_select_db("mysql_db",$conn);
$array_string=mysql_escape_string(serialize($array));
mysql_query("insert into table (column) values($array_string)",$conn);
?>

Monday, 8 April 2013

To Hide any Drive

Open cmd type- Diskpart
after that type -list volume
it Show all volume list
than select the disk that u want to hide
Example-select volume 1
after selection type-remove letter c
if u want to another drive write after letter
than press Enter ur drive will hide
to show type- Assign letter A

Open Command Promt In any Folder


type this code in notepad
REGEDIT4 [HKEY_CLASSES_ROOT\Directory\shell\cmd] @="Open Command from here" [HKEY_CLASSES_ROOT\Directory\shell\cmd\command] @="cmd /k \"cd %L\""

and save it as "Command.reg". open it and look on right click of folder there is an another option add "open Command window here".

Monday, 18 March 2013

protect your identtiy

Always use some vpn software for protection of ur original identity for secure your privacy some software are.pd proxy hide my ip hotspot shield...........

Download