Skip to content

PHP Reference Book Blog

PHP Reference: Beginner to Intermediate PHP5

Get the Book

  • Purchase
  • Free PDF
  • ePub Format
  • HTML Version
  • Corrections

Post Categories

  • Author Notes (1)
  • Clarifications (4)
  • Corrections (10)
  • Miscellaneous (7)
  • Samples (4)
  • Tips (14)

Tags

$_GET $_SERVER addslashes alphanumeric array_key_exists carriage return define easy ebook Function functions global include include_once index isset kindle language construct MySQL mysql_real_escape_string new line newline PCRE PERL php php5 php errors precision preg preg_match preg_replace query string query_string regular expression regular expressions require require_once sample security simple sprintf sql injection tab tip variables

array_flip() function typo

A really minor correction. In the first sentence describing the function, it states:

Returns an array with they keys…

It should read:

Returns an array with the keys…

Similar Posts:

  • array_key_exists() Function Index Correction
  • preg_match()
  • Search Speed: Isset vs In_array vs MySQL Query
  • Quick Tip: getcwd() for Contents of Current Directory
  • mysql_result() correction

Posted on June 17, 2011September 28, 2011Author Mario LurigCategories CorrectionsTags array_flip

Post navigation

Previous Previous post: MySQL Update Multiple Columns Query
Next Next post: ltrim() and rtrim() function examples
Proudly powered by WordPress