Hi,
I am writing an order script and I need a command that will selected from a table where the email address matches the users input and where the id number is the greatest... What is the code to do that? Here is what I have so far
$query ="SELECT * FROM _step_two WHERE email='$user_email'" ;
I've spent hours trying to get it to work, anyone know how to do!? Thanks!!!