yes i am trying .i followed w3schools.but I observed most people save image name in database not the image can you guide me if we will save a image name in database than how will we retrieve those images?
zunisheikh
Posts
-
PHP -
PHPhow to upload an image and store its path in my sql using php?
-
how to use join query to merge order,customer,category and product table?ok actually its my first time to use sch type of site.Its really a good site.Nd actually I was in trouble thats why i asked question.But Sorry if you fell annoyed .Next time I will avoid it.
-
PHPSELECT ord.orderid,cus.custid,cus.custname,cat.catid,cat.catname,pro.proid,pro.proname from `order` as ord inner join`customer` as cus on cus.custid=ord.custid inner join `category` as cat on cat.catid=ord.catid inner join `product` as pro on pro.proid=ord.proid there is no error in this query bt still it select no record i dnt know y:(
-
PHPYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order set custid='4',catid='1', proid='2',quantity='14',totalbill='1400', ' at line 1] insert into order set custid='$custid',catid='$catid', proid='$proid',quantity='$quantity',totalbill='$totalbill', deldate='$var_date',orderstatus='$orderstatus kindly explain me this error
-
how to use join query to merge order,customer,category and product table?thank u so mch :)
-
PHPi am a biggner in PHP.can someone recommend me best sites for php learning???Kindly do reply
-
how to use join query to merge order,customer,category and product table?SELECT ord.orderid,cus.custid,cus.custname,cat.catid,cat.catname,pro.proid,pro.proname from 'order' as ord inner join 'customer' as cus on cus.custid=ord.custid inner join 'category' as cat on cat.catid=ord.catid inner join 'product' as pro on pro.proid=ord.proid #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''order' as ord inner join 'customer' as cus on cus.custid=ord.custid inner join' at line 1
-
how to use join query to merge order,customer,category and product table?SELECT ord.orderid,cus.custid,cus.custname,cat.catid,cat.catname,pro.proid,pro.proname from 'order' as ord inner join 'customer' as cus on cus.custid=ord.custid inner join 'category' as cat on cat.catid=ord.catid inner join 'product' as pro on pro.proid=ord.proid kindly reply where i am wrong:(