[size=3]$stmt2 = $connect->prepare("INSERT INTO `posts` (`body`, `date_added`, `added_by`, `posted_to`, `user_id`) VALUES(?, ?, ?, ?, ?)"); if (false == $stmt2) { die('prepare() failed ' . htmlspecialchars($stmt2->error)); } $rc = $stmt2->bind_param('ssssi', $body, $date_added, $added_by, $posted_to, $id); if (false == $rc) { die('bind_param() failed ' . htmlspecialchars($stmt2->error)); } $stmt2->execute(); if (false == $rc) { die('execute() failed ' . htmlspecialchars($stmt2->error)); } var_dump($stmt2); $stmt2->close(); }[/size]

Columns

HomeColumns

 1

 11/12 


 2/12 

 10/12 


 3/12 

 9/12 


 4/12 

 8/12 


 5/12 

 7/12 


 6/12 

 6/12 


[row_fluid] Columns [/row_fluid] -- This for flexible width of columns
 6/12 

 5/12 

 7/12