diff --git a/book/from_flat_php_to_symfony2.rst b/book/from_flat_php_to_symfony2.rst index 5938ec8323a..67c39c5a0e1 100644 --- a/book/from_flat_php_to_symfony2.rst +++ b/book/from_flat_php_to_symfony2.rst @@ -266,7 +266,7 @@ an individual blog result based on a given id:: $link = open_database_connection(); $id = intval($id); - $query = 'SELECT date, title, body FROM post WHERE id = '.$id; + $query = 'SELECT created_date, title, body FROM post WHERE id = '.$id; $result = mysql_query($query); $row = mysql_fetch_assoc($result); @@ -297,7 +297,7 @@ the individual blog post:
- +Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: