I understand that validation in PHP is crucial in order to prevent injection from client end or outside to PHP.
What I wanted to know is, if it is possible to cause injection after PHP has prepared and run the query and before database has received the query? What if the hosting server and the SQL server are different?