Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

bind param php

 i	 corresponding variable has type integer
 d	 corresponding variable has type double
 s	 corresponding variable has type string
 b	 corresponding variable is a blob and will be sent in packets
 
 bind_param('s', "string");
 
PREVIOUS NEXT
Tagged: #bind #param #php
ADD COMMENT
Topic
Name
8+9 =