Tag Archives: mysql

PHP Tutorial : Extracting rows from mysql

Helllooooooo, In latest two posts I have shown you how to connect to a mysql database via PHP, and in another one I teach you how to select rows from a mysql database table. In this one I will show … Continue reading

Posted in Php & MySQL | Tagged , , , , , , , , , | 2 Comments

PHP Tutorial : Building a MySQL query

In a recent tutorial I was showing you how to build a connection to MySQL database via PHP. In this one I will show you how to create a query to interogate a table of the database. Look below : … Continue reading

Posted in Php & MySQL | Tagged , , , , , , | 2 Comments