Chloe_6 0 Newbie Poster

With this, I'm needing to first off start with the search bar that searches for the last name of a customer. Once the search button is pressed, in a table below it is to produce the full name of the customer, their email address and their city they reside in. Beside every row in the table there is a select button that when pressed, takes you to another page that displays all of their contact information. The way the code is designed is for the search customer_search.php to go through the index.php through to the customer_display.php page to display the customers full information. On the customer_display.php page. The customers information is to come up that is associated with the customer that was selected in the customer_search.php page. The customer_display.php is displayed with the help of the index.php page. Sorry if this is a bit hard to understand. Hopefully the code attached will help with what I am talking about.