Wednesday, May 15, 2019
Saturday, May 4, 2019
Thursday, May 2, 2019
How to solve network sharing problem (There is no folder)
Press windows + r
type services.msc
Select Standard
Goto Dns Client
Select Automatic
Goto Function Discovery Resource
Select Automatic
Goto SSDP Discovery
Select Automatic
Subscribe to:
Posts (Atom)
-
Alter table "Table_Name" Add 'New_Column_Name' 'Datatype'; alter table product Add quantity bigint;
-
You want to edit this file: "\xampp\phpMyAdmin\config.inc.php" change this line: $cfg['Servers'][$i]['password'] =...
-
<?php if (isset ($_POST ['b1'])){ function add() { $a = $_POST ['num1']; $b = $_POST ['num2']; ech...