Posts Tagged ‘yahoo’
Should I learn Object Oriented Programming for PHP?
I was wondering if I should learn Object Oriented Programming.
I keep hearing people explain what it is, but I still don’t get it. And I probably won’t get your explanation, just a heads up.
Do PHP coders actually use this? I heard it was pretty hard…. also I was wondering if big sites use this also. All I remember is seeing a blog entry by an experienced coder and he was basically saying that it is harder than it looks.
I just don’t understand the practicality of it all. Wondering if sites like digg.com or another really big site (like Yahoo answers) uses it. And, of course I mean with PHP.
Caffeinated Content
PHP Programming: Reading file or URL?
$html = file_get_contents("http://www.yahoo.com");
echo $html;
?>
You just run this code, The page which is opening is not the real yahoo, It considers that we use old browsers, so suggests to use the new ones! But what I want is to get the source of original yahoo which I open by IE.
I’m using wamp.
Thanks
Caffeinated Content
PHP Tutorials: Create a Search Engine (Part 4)
Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.
Duration : 0:9:12
PHP Tutorials: Create a Search Engine (Part 2)
Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.
Duration : 0:7:24
PHP Tutorials: Create a Search Engine (Part 1)
Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.
Duration : 0:7:14

