Your question is like saying How can I fetch data without fetching it ?
This is obviously impossible, you will need to fetch it at some point in your application.
if($results = $sth->fetch()) { var_dump($results); } Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalYour question is like saying How can I fetch data without fetching it ?
This is obviously impossible, you will need to fetch it at some point in your application.
if($results = $sth->fetch()) { var_dump($results); } Your question is like saying How can I fetch data without fetching it ?
This is obviously impossible, you will need to fetch it at some point in your application.
Your question is like saying How can I fetch data without fetching it ?
This is obviously impossible, you will need to fetch it at some point in your application.
if($results = $sth->fetch()) { var_dump($results); }