Posts

Create Google map With pagination and Particular Place Type

<!DOCTYPE html> <html> <head>     <meta name = "viewport" content = "initial-scale=1.0, user-scalable=no" >     <meta charset = "utf-8" >     <title> Places Searchbox </title>     <style>         html,         body {             height : 100% ;             margin : 0 ;             padding : 0 ;         }               #map {             height : 100% ;         }               .controls {             margin-top : 10px ;             border : 1px solid transparent ;             border-radius : 2px 0 0 2px ;             box-sizing : border-box ;             -moz-box-sizing : border-box ;             height : 32px ;             outline : none ;             box-shadow : 0 2px 6px rgba(0, 0, 0, 0.3) ;         }               #pac-input {             background-color : #fff ;             font-family : Roboto;             font-size : 15px ;             font-weight : 300

Upload Multiple File in Php using Javascript

Result.php  <form>                 <div class = " form-group Row " >                     <label for = " ReportResult " class = " col-sm-2 form-control-label " > Report Result File: </ label >                     <div class = "col-sm-6" >                         <input type = "file" class = "form-control-file" name = "reportfile[]" id = "reportfile"     accept = "image/*,application/pdf" multiple >                     </div>                 </div>                 <div class = "form-group Row" >                     <label for = "remark" class= "col-sm-2 form-control-label" > Remark: </label>                     <div class = "col-sm-6" >                         <textarea class = "form-control" id="remark" ></textarea>        

create the Store Procedure create Dynamic Query and Paging

Here we Create Store Procedure For the Create the Dynamic  Query and also paging and also insert data when page no is first Create Procedure Gia_Search ( @Shape varchar ( 64 )= '' , @color Varchar ( 64 )= '' , @purity varchar ( 64 )= '' , @polish varchar ( 64 )= '' , @cut Varchar ( 64 )= '' , @pricemax varchar ( 50 )= '' , @pricemin varchar ( 50 )= '' , @caratMax varchar ( 50 )= '' , @caratmin varchar ( 50 )= '' , @symm varchar ( 64 )= '' , @fls varchar ( 64 )= '' , @userid varchar ( 64 )= '' , @PageNumber varchar ( 50 )= 0 , @PageSize Varchar ( 50 )= 0 ) As Begin   SET NOCOUNT ON ;   Declare @Search varchar ( max )= '' , @wherclause varchar ( max )= ''   if @PageNumber = '1'      begin           insert into gia_search_history ( user_id , shape_seq , color_seq , purity_Seq , Polish_s