Demo Mysqli

This page is both a test page for your mysqli connection, and a starting point for building DB applications using mysqli connections

creates a simple mysqli connection via the function conn()

SQL STATEMENT: select FirstName, LastName, Email from test_Customers

FirstName: Bob
LastName: Smith
Email: bob@example.com

FirstName: Bll
LastName: Jones
Email: bill@example.com

FirstName: John
LastName: Doe
Email: john@example.com

FirstName: Ann
LastName: Rules
Email: ann@example.com