Difference between revisions of "Connect to MySQL Using PHP"

Kipkis (Kipkis | contribs)
(importing article from wikihow)
 
Kipkis (Kipkis | contribs)
m (Text replacement - "== Video ==" to "")
 
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
In this tutorial we will learn how to connect to a MySQL database, select a database, query a table, and "fetch" and array from that data.
 
In this tutorial we will learn how to connect to a MySQL database, select a database, query a table, and "fetch" and array from that data.
  
[[Category:MySQL]]
+
[[Category: MySQL]]
[[Category:PHP]]
+
[[Category: PHP]]
  
 
== Steps ==
 
== Steps ==
Line 52: Line 52:
 
</li>
 
</li>
  
<li>Take some time to play around with these concepts. These functions allow you to do so much more with PHP. I would suggest taking a look at this wikiHow page: How to Create a Basic Login Script in PHP. I would also suggest making your own project like a simple browser turn based rpg to get the hang of working with a database. </li>
+
<li>Take some time to play around with these concepts. These functions allow you to do so much more with PHP. I would suggest taking a look at this article page: How to Create a Basic Login Script in PHP. I would also suggest making your own project like a simple browser turn based rpg to get the hang of working with a database. </li>
 
</ol>
 
</ol>
  
== Video ==
+
 
{{Video:Connect to MySQL Using PHP|}}
+
 
 
{{WikiHow}}
 
{{WikiHow}}