Commit 479f2c64 authored by Josh Campbell's avatar Josh Campbell

Merge branch 'master' of github.com:ajillion/PHP-MySQLi-Database-Class

parents a392b4f6 23ac8ed5
...@@ -19,7 +19,7 @@ Next, prepare your data, and call the necessary methods. ...@@ -19,7 +19,7 @@ Next, prepare your data, and call the necessary methods.
<h3> Insert Query </h3> <h3> Insert Query </h3>
<pre> <pre>
<code> <code>
<?php
$insertData = array( $insertData = array(
'title' => 'Inserted title', 'title' => 'Inserted title',
'body' => 'Inserted body' 'body' => 'Inserted body'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment