
{"id":5954,"date":"2011-09-22T18:48:32","date_gmt":"2011-09-22T18:48:32","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=5954"},"modified":"2011-09-22T18:48:32","modified_gmt":"2011-09-22T18:48:32","slug":"php-september-23-2011","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2011\/09\/22\/php-september-23-2011\/","title":{"rendered":"[php]  september 23 2011"},"content":{"rendered":"<h5><u> PHP Code <\/u><\/h5>\n<p><code><br \/>\ndie('Could not connect: ' . mysql_error());<br \/>\n<\/code><br \/>\n<\/p>\n<h5><u> Code Dissection <\/u><\/h5>\n<pre>\n1. die() --- A PHP Function.\nThe die() function prints a message and exits the current script.\n2. mysql_error() --- A PHP function.\nThe mysql_error() function returns the error description of the last MySQL operation.\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>PHP Code die(&#8216;Could not connect: &#8216; . mysql_error()); Code Dissection 1. die() &#8212; A PHP Function. The die() function prints a message and exits the current script. 2. mysql_error() &#8212; A PHP function. The mysql_error() function returns the error description of the last MySQL operation.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[730,1142,1257],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/5954"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=5954"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/5954\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=5954"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=5954"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=5954"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}