<?php
$con=new mysqli('localhost','root','','items');
if(!$con){
echo "not succeeded";
}
if(!empty($_GET['id'])){
$id=$_GET['id'];
$sql = "SELECT * FROM products where id='$id'";
$result = $con->query($sql);
if ($result->num_rows > 0) {
while($row = $result->fetch_assoc()) {
header('Content-Type:...
Studying: Information Systems, University of Colombo, (UCSC)
Total Page Visitors
All right reserved By Msm.Fathih. Powered by Blogger.
Popular Posts
-
Internet Users in the world Total number of...
-
Microsoft spying your local machines unknowingly to you...
-
just click it enjoy yourself...........!!!!!! ...
-
Google Maps is a Web-based service that provides detailed...
-
Windows 10 may be the last piece of Microsoft's cloud...
-
S amsung has just released another upgrade in their...
-
Certain defects in the field of gadget production is...
-
In this tutorial, you will learn how to read mouse...
Tuesday, July 19, 2016
Subscribe to:
Posts (Atom)
- Recent
- Weekly
- Comment
Recent
Weekly
-
Ajax (Asynchronous JavaScript and XML) is a method of...
-
Monotype, one of the world’s biggest typeface companies...
-
In this tutorial, you will learn how to read mouse...
-
The new tool, called Visual Studio Code, makes it easy to...
-
S amsung has just released another upgrade in their...
-
With everyone taking the Windows 10 upgrade, this question...
-
Microsoft spying your local machines unknowingly to you...