diff --git a/reference/mysql/functions/mysql-free-result.xml b/reference/mysql/functions/mysql-free-result.xml index c85372e586..b270d9f0aa 100644 --- a/reference/mysql/functions/mysql-free-result.xml +++ b/reference/mysql/functions/mysql-free-result.xml @@ -1,5 +1,5 @@ - + mysql_free_result @@ -59,7 +59,7 @@ if (!$result) { echo 'Could not run query: ' . mysql_error(); exit; } -/* Use the result, assuming we're done with it afterwords */ +/* Use the result, assuming we're done with it afterwards */ $row = mysql_fetch_assoc($result); /* Now we free up the result and continue on with our script */