In php we can append strings in many ways.
Method 1 ---------------------------- $sql = \"SELECT field1, \";
As far as I'm concerned there is no 'best method'. Rule of thumb is choose one you prefer and stick to it and be consistent across the project.