Posts by user6894456 • 1 point
1 post
-
0
votes1
answer69
viewsQ: What is the best way to repeat the same query without copying and pasting?
I have a query and I will need to use it twice, once I will use the fetchCollum and another I will use the fetch(PDO::FETCH_ASSOC). That said, I can’t apply a fetch and then apply another fetch, for…