On Sun, 5 Aug 2001, Craig Westerman wrote:
>
>$url = 'http://www.php.net';
>$lines_array = file($url);
>$lines_string = implode('', $lines_array);
>eregi("(.*)", $lines_string, $head);
>echo $head[0];
>?>
>
>It prints out:
>PHP: Hypertext Preprocessor
>
>How do I modify this to get what is betwee
>"explain"
>>
>> Use MySQL's built in "analyze" ("describe"? SQL statement to see what's
>> taking so long).
The statement is called EXPLAIN. You can find it described here:
http://www.mysql.com/doc/E/X/EXPLAIN.html
>> I'm betting on one server having an INDEX on the id or ex fields, and the
>>
e markup and PHP is an embedded language,
your
> task will be interesting. IMHO, CFML is the worst thing out; it's not a
real
> scripting language, and it blurs the distinction between markup and logic.
>
> Sorry I couldn't help. (Just wanted to voice my opinion -- no flameb
TIA,
Kevin Queen
Software Developer||""||
AnyDevice ||__||
Atlanta, Ga [ -=.]
http://www.anydevice.com ===:0~
(w) (404)260.4155
(p) (888)645.2815
(e) [EMAIL PROTECTED]
"Ah, I see!", said the b
4 matches
Mail list logo