Jump to content

[SOLVED] PostgreSQL queries, storing results instead of multiple queries


jdt05

Recommended Posts

Hey everyone, I am a beginner to PHP and at the minute I have a script that does multiple SQL queries.

 

So I have something like $result = pg_query($my_query);

 

After this query I tend to loop through like this to get the result:

 

while ($entry=pg_fetch_row($result))

{

//do stuff

}

 

But my question is, how can I make a copy of the result? So I don't run the query more than once.

 

Thanks,

 

jdt

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.