Atar a 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");
Trevorpergliamici