Alright guys,
I don't know if I explained it right but this is what I am trying to do:
If the value for the variable ID in the url does not exist in the database, I want to display a certain message... if there is no id given, I want to display nothing (echo ''). AGAIN, if the variable is wrong/doesn't exist in the database.. to display one error message, and if it isn't specified, then display nothing...
All I'll be outputting if everything is right... is just some HTML, nothing from the database. Am I being clear now?