Jump to content

Prepared Statement Defualt Values


Adamhumbug

Recommended Posts

Hi All,

I have an insert query where sometimes all of the fields will have values to insert and sometimes they will not.

I have allowed null on those fields in the database but i still get a warning (i have them turned on but ideally i would like to remedy the warning rather than turn it off).

$stmt->execute([
            ':quote_id' => $_GET['quoteid'],
            ':item_id' => $_POST['itemId'],
            ':quantity' => $_POST['quantity'],
            ':start_date' => $_POST['startDate'],
            ':end_date' => $_POST['endDate']
        ]);

Start and End date may not have values so i would like to pass in something intentional like 0 or NULL but im not sure how to do that or what doing so is called.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.