Difference between revisions of "Learn PHP and MySQL"

Kipkis (Kipkis | contribs)
m (Text replacement - "[[Choose-a-Web-Host" to "[[Choose a Web Host")
Kipkis (Kipkis | contribs)
m (Text replacement - "[[Create-a-Database-in-MySQL" to "[[Create a Database in MySQL")
Line 158: Line 158:
 
<ul>
 
<ul>
 
<li>The connection to the database is assigned to the variable “$connection”. This will allow you to easily refer to the connection later in the script.</li>
 
<li>The connection to the database is assigned to the variable “$connection”. This will allow you to easily refer to the connection later in the script.</li>
<li>To see how to create a database using the MySQL command line, check out [[Create-a-Database-in-MySQL|this article]].</li>
+
<li>To see how to create a database using the MySQL command line, check out [[Create a Database in MySQL|this article]].</li>
 
</ul>
 
</ul>
 
</li>
 
</li>