PhpDig.net

Go Back   PhpDig.net > General Forums > Coding & Tutorials

Reply
 
Thread Tools
Old 12-09-2006, 02:10 PM   #1
Iceburg
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
Iceburg is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

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


All times are GMT -8. The time now is 03:52 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.