How to get the data from a website

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
murugavelb
Forum Newbie
Posts: 1
Joined: Mon Nov 14, 2011 8:58 am

How to get the data from a website

Post by murugavelb »

I need to grab the data from a website and display it on my .PHP page...........

For instance, get the STOCK MARKET details from a STOCK MARKET WEBSITE and i want to display those STOCK DETAILS in my .PHP page.....
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: How to get the data from a website

Post by Celauran »

You may want to take a look at cURL.
Post Reply