Talk:PHP Programming/mysql
From Wikibooks, the open-content textbooks collection
What is with the excessive single quotes/apostraphes in the code examples where they are not needed? This for example:
"'''your_database_host'''", "'''your_user_name'''"
Does not need to have so much, why not stick with "your_db_host" as the example? It's also inconsistant as some places have 2 single quotes and others have 3.
I suggest someone clean this up.
[edit] Mysql/mysqli
It seems that the whole page up to the 'putting it all together' section uses mysqli_* functions, whilst everything after it uses mysql_* functions. Is it supposed to be this way? --W-dueck (talk) 22:19, 21 November 2008 (UTC)