Get or fetch pages with PHP
Posted: Tue Jul 21, 2009 10:04 pm
Hey all, I've been slowly learning PHP and using it for my website, but I was wondering about something I've seen alot of lately, with PHP and even ASP, and thats page fetching I assume.
Like using PHP code to fetch web pages on your domain right?
I was wondering where I could find some information or maybe an example code and how to go about setting it up.
and what I'm talking about is like when you goto the index page of a website and its like http://www.domain.com/index.php and when you click a page
http://www.domain.com/page.php?=colors
http://www.domain.com/page.php?=coats&fur=black
stuff like that. So if you could tell me what its actually called, because google is unhelpful unless you know what your talking about then I'd really appreciate that thnx!!
Like using PHP code to fetch web pages on your domain right?
I was wondering where I could find some information or maybe an example code and how to go about setting it up.
and what I'm talking about is like when you goto the index page of a website and its like http://www.domain.com/index.php and when you click a page
http://www.domain.com/page.php?=colors
http://www.domain.com/page.php?=coats&fur=black
stuff like that. So if you could tell me what its actually called, because google is unhelpful unless you know what your talking about then I'd really appreciate that thnx!!