Welcome to this Site!

Chapter 9 Common Programing Techniques

This is index.php where each client will start.

Head.php and Footer.php will have all the logic needed to construct each page.

Mysqli_connect will be the shared function to enable each page to connect.

The navigational options are contained in the Navigation bar in the header portion.

 

This chapter features 3-versions of view_users.

Each one, adding more functions to manage the data.

[1] View_users-3: same as chaper 8 with edit/delete options added.

[2] View_users-4: adding a pagination function and CSS to help view records.

[3] View_users-5: added in the option to sort records differently.