|
12-09-2006, 02:10 PM | #1 |
Green Mole
Join Date: Dec 2006
Posts: 1
|
File include
Hi,
I have a site at feedthebull.com that loads really slow. The reason it loads so slow is that I have a extra_field configured that allowed users to enter stock tickers when they submit stories, The page loads and pulls the current price from yahoo.com. I use php to call: $lines = file("http://quote.yahoo.com/d/quotes.csv?s=".$this->link_field1."&f=l1"); Does anyone know a way that I can load the entire page, and then load these items last so you can have access to the page and the stories quickly, but still have the quotes? I don't know of a way to do it but heard it could be done with ajax, or javascript or another php command? -Nick |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
can't figure out how to include search | g0ng | How-to Forum | 1 | 12-26-2005 07:02 PM |
Exclude and include tables | jerrywin5 | How-to Forum | 3 | 04-06-2005 01:42 PM |
include search.php | OceanSurf | How-to Forum | 1 | 09-08-2004 09:58 AM |
How to use PHP include to include the Google result pages? | sid | Coding & Tutorials | 1 | 01-07-2004 04:53 AM |
Newbie : How to include PHP file (.php) | frostbyte | How-to Forum | 1 | 01-04-2004 11:42 AM |