原文:trying to take sql data and then define just one of the rows in a php variable
Hi I have the details of two car drivers getting pulled from a database but then I want to just grab one of the two and echo it out in php. I am able to take both drivers details and echo them both ...