Jump to content
Larry Ullman's Book Forums

Heleus

Members
  • Posts

    2
  • Joined

  • Last visited

Heleus's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, I am having problem in creating prepared statements for the below code example. The $s_id has auto incremental value. Will someone point me with an example on how to do this according to the code below? $s_id = $db->insert_id; $update = $db->query("UPDATE mb SET s_id = {$s_id} WHERE id = {$cs}"); Thank you.
×
×
  • Create New...