Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can you "tell" MySQL server to cache a query?

Answer Posted / ravi

$db = mysql_connect('localhost','username','password');
mysql_select_db("databasename", $db);
if (!$db)
{
die('Could not connect: ' . mysql_error());
}

$abc=mysql_query("write your query");

Is This Answer Correct ?    3 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain Type juggling?

1035


What is php sequence?

989


What is the meaning of "enctype= multipart/form-data" ?

1206


How do you sort an array in php?

1026


Is php object oriented?

985


Tell me what is use of in_array() function in php?

1169


What are examples of independent and dependent variables?

1000


Is ruby on rails php?

1018


What is the use of print_r function in php?

1004


Explain about switch statement in PHP?

1069


Write a query to find the 2nd highest salary of an employee from the employee table?

1092


What is php array function?

1245


Is php easier than node?

994


Tell me what are the encryption techniques in php?

994


What are php errors?

1035