when this type of queries get executed it load up the server the cpu usage goes up and mysql process shows this Copying to tmp table
how can i avoid that, and what type of optimization i need to...
http://www.experts-exchange.com/Database/MySQL/Q_23532152.html
I made a redirect script in PHP with MySQL to store the data about where to redirect..
and IPs so I can count unique click..
There is about 100,000 user that go through my scripts everyday..
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_11401398.htm...
Zones:
PHPDate Answered: 09/28/2000 Rating: 3.8 Views: 0
Hi! I am finally getting around to learning PHP in building my new site. I've figured out quite a bit just messing with things, but now I'm moving on to databases. I don't have access to any uti...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20034850.htm...
Zones:
PHPDate Answered: 01/19/2001 Rating: 5.8 Views: 0
Hi there!
This is a strange request, but I need some advice from the gurus out there.
This is a pretty involved request, but it would really help me out.
I'm sold on MySQL and PHP; I see t...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20064487.htm...
Zones:
PHPDate Answered: 01/31/2001 Rating: 7.0 Views: 0
Why will the following not use the values of $a and $b in the mysql_query selection, and how can I accomplish this?
$lines=file('textfile.txt');
for($i=0;$i<count($lines);$i++){
$a = $lines[0];
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20078259.htm...
Zones:
PHPDate Answered: 02/15/2001 Rating: 7.8 Views: 0
Hi,
Simple question that is a stumper for me...
I have written a php program which stores a date into a database. I am wanting to pull that date out as a string and then get separate variable...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20114009.htm...
Zones:
PHPDate Answered: 05/07/2001 Rating: 8.0 Views: 0
Hi
I looked for information on the web and found nothing really helpful for me. I got a mySQL database with numbers and dates. the numbers are y axis, dates are x axis. i want to do is, a php...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20286106.htm...
Zones:
PHPDate Answered: 04/15/2002 Rating: 4.2 Views: 0
Hi, I need a simple example of the following if possible:
A web page with an editable field and a button. When you type something in the editable field and press the button it gets written to a...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20303031.htm...
Zones:
ASPDate Answered: 06/06/2002 Rating: 7.4 Views: 0
I am trying to use vb .net with either mySQL or Oracle
8i PE. But when I try to use either *!@)()( Bill seems
to have disabled any sort of ability to connect to anything except Access or SQL Ser...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20334216.html
Zones:
.NETDate Answered: 10/03/2003 Rating: 7.0 Views: 0
I have a mySQL DB and I use myQL/PHP to pull entries out of the DB and print to a page. I upkeep the school's newspaper website that publishes a paper every month. I don't the paper until 1 day bef...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...