Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8801063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:44:38+00:00 2026-06-14T00:44:38+00:00

I am firing multiple queries in my php code: Ex : $query1 = $db->fetchAll(SELECT

  • 0

I am firing multiple queries in my php code:

Ex :

$query1 = $db->fetchAll("SELECT * FROM `table` WHERE 1);
$query2 = $db->fetchAll("SELECT * FROM `table` WHERE 1);
$query3 = $db->fetchAll("SELECT * FROM `table` WHERE 1);

I want memcache implementation for all queries. How can I achieve this using single unique key?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T00:44:40+00:00Added an answer on June 14, 2026 at 12:44 am

    I think you are confusing memcache and sql. Here are some problems I notice:

    • You have sql statements as your parameters to these functions. That is incorrect. Memcache works on a key lookup scheme.
    • The specific method fetchAll() takes no parameters. Please look at the examples here
    • Keys cannot have spaces in memcache. So either choose your keyspace to not have spaces, or run them through md5() right before you do a lookup or save.
    • Why would you run the exact same query for three separate variables. Are you expecting the three $query variables to be different?
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am in a position where I want multiple counts from a single table
How can I prevent the firing of multiple events of the same kind triggered
Is there a way to delay css from firing using jquery? I have some
Im trying to pass multiple things from a webpage inside a UIWebView back to
I have a page that has multiple select lists and when ever one of
I am firing click event inside the loop.it fires multiple times . How can
Possible Duplicate: javascript resize event firing multiple times while dragging the resize handle Tried
I have the following queries for inserting and deleting records from preorder traversal database.
I have a php page that has multiple iframes on the page. these iframes
I've got a <select element on a php/xhtml page. Instead of using a submit

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.