I am coding a program that uses the id value from a url variable with a query to eventually replace data in a table. It is a program from a coding assignment I have using PHP & MySQL.
In the details. php file there is a customer id that is passed in that I need to create a new variable for. I need also to write a conditional statement that checks to see if any value was passed in. If not, I need to echo out an error. I need to write a query to the query that uses a WHERE clause that looks...
How can I finish this program using a query to get id value, using a $_GET[ ] variable to hold and r
In the details. php file there is a customer id that is passed in that I need to create a new variable for. I need also to write a conditional statement that checks to see if any value was passed in. If not, I need to echo out an error. I need to write a query to the query that uses a WHERE clause that looks...
How can I finish this program using a query to get id value, using a $_GET[ ] variable to hold and r