?

Unknown asked: How can I use a php command to get the source of “http://www.google.com” as a string, say $html.

How can i study or try PHP programming at home if I only have a laptop with WIndowsXP SP3 OS?

archie asked: I want to learn PHP programming but I do not have that big server computers or a network of computers. Is it possible to do PHP programming using only a laptop connected only to internet, through a 3g modem; and running on Windows XP SP3 OS? What are the application and/or software that I need to install to make it work?

How to write a PHP coding to list out all files and directories as links to them?

kr16kr asked: How to write a PHP coding to list out all files and directories as links to them? This is somewhat similar to some index pages. When new file or folder is added to the directory, HTML page should display the newly created file/folder together with previous ones after it is being refreshed. (prefer in alphabatical order) How to achieve this sort of functionality in PHP? Please provide...

How to include elements from different webpages using PHP or JavaScript to my home page?

ElQuestionaire asked: I have a homepage (MyHome.php). On the homepage, I’d like to display the latest 3 posts from another page (Post.php). For example. I want to include the first 3 tags from Post.php into a tag on MyHome.php. Is it possible to do this?