Tagged articles
5 articles
Page 1 of 1
php Courses
php Courses
Nov 7, 2025 · Backend Development

Build a Simple PHP Web Crawler on Linux: Step-by-Step Guide

This article explains how to create a basic PHP web crawler on a Linux system, covering prerequisite installations, script development with cURL and DOMDocument, execution commands, and sample output, while emphasizing legal and ethical considerations for web scraping.

DOMDocumentLinuxPHP
0 likes · 4 min read
Build a Simple PHP Web Crawler on Linux: Step-by-Step Guide
php Courses
php Courses
Dec 14, 2023 · Backend Development

Building a Simple Web Crawler with PHP on Linux

This article explains how to create a basic web crawler in a Linux environment using PHP, covering prerequisite installations, script development with cURL and DOMDocument, execution steps, and sample output while emphasizing legal and ethical considerations for web scraping.

DOMDocumentLinuxPHP
0 likes · 4 min read
Building a Simple Web Crawler with PHP on Linux
php Courses
php Courses
May 4, 2023 · Backend Development

How to Write a Simple PHP Web Crawler

This guide explains how to create a basic PHP web crawler by using cURL to fetch pages, DOMDocument and XPath to parse HTML, and then storing the extracted data, while also providing a complete example script and reminders about legal and ethical considerations.

Backend DevelopmentDOMDocumentPHP
0 likes · 3 min read
How to Write a Simple PHP Web Crawler
Laravel Tech Community
Laravel Tech Community
Mar 8, 2022 · Backend Development

Parsing XML in PHP with DOMDocument, XMLReader, and DOMXPath

The article provides a step‑by‑step guide on parsing XML in PHP, showcasing three techniques—DOMDocument, XMLReader, and DOMXPath—to extract weather data such as condition and temperature, complete with full code examples and explanations of key functions.

DOMDocumentXMLdomxpath
0 likes · 4 min read
Parsing XML in PHP with DOMDocument, XMLReader, and DOMXPath