Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
It?
$write = Mage::getSingleton("core/resource")->getConnection("core_write");
// Concatenated with . for readability
$query = "insert into mage_example "
. "(name, email, company, description, status, date) values "
. "(:name, :email, :company, :desc, 0, NOW())";
$binds = array(
'name' => "name' or 1=1",
'email' => "email",
'company' => "company",
'desc' => "desc",
);
$write->query($query, $binds);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question