logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Coding & Scripting Corner View previous topic :: View next topic
Reply to topic   Topic: Copying data from online web site
Author
peacemaker



Joined: 23 May 2008
Posts: 80

PostPosted: Sat 20 Feb '10 9:47    Post subject: Copying data from online web site Reply with quote

Hi all,
I am making a simple program for a stock broker to maintain to maintain data just like online trading. I want to show them a screen like online trading where those shares prices are always changing, i want help how can i add those prices to my database can it be possible. How can i do that, whether it is possible or not. I am doing it in ASP. Does i will have to use AJAX or another other way it is possible. Another thing is if we click any script(company) then details abt those companies should be displayed like the current price of share and no. of shares available.
I need it urgently. I am saying thanks in advance.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Tue 23 Feb '10 17:05    Post subject: Reply with quote

I'm not used to asp. In PHP I would open a socket and than use explode to cut out the lines I would need. Or is there is use an existing RSS / xml feed with the needed content.
Back to top


Reply to topic   Topic: Copying data from online web site View previous topic :: View next topic
Post new topic   Forum Index -> Coding & Scripting Corner