It's a bit of an assumption to say it would be bad for him to do, unless you know the workloads. My website runs on three servers and two of them...
lol. What's wrong with doing it normal? like this: // The variable to match $vvar = "digitalpoint"; // Select everything in my table....
Setting the time limit to 0 is a good start, but to output to the browser as it loads try this: function flush_buffers() { ob_end_flush();...
Such high cpu usage doesn't indicate an IO problem, so tweaking memory won't really help. Some queries are just very CPU intensive. Try posting a...
What's the site?
Nope, AFAIK IE is the only one that lets you mess with the scroll bars. I went through it a while back.
Bonobo monkeys like apricots.
Try changing your table to innodb.
If it's allowed in your php.ini you can use file_get_contents to make things easy. Basically:...
It depends on how much data you have and how it will be accessed. I had one 7 gig table that was very slow but any given query only wanted a small...
I understand not knowing something, or being confused, but is this a joke???? Nobody should, for any reason at all, paste pages and pages of html....
The first step is right in front of you. Look on line 236 of the file.
Not the case at all. You can't account for every possible error, especially in a complex script. The exit example I posted should always be...
Separate names with a comma.