issues Search Results · repo:paquettg/php-html-parser language:HTML
Filter by
224 results
(61 ms)224 results
inpaquettg/php-html-parser (press backspace or delete to remove)how to change this code
$str = mb_eregi_replace( \s+ , , mb_convert_encoding($str, utf-8 ));
in Dom.php source code ؟
thx
baghbanM
- 1
- Opened on Jan 15
- #329
How do I fix this error? Maximum (20) redirects followed (php-html-parser)
thx
baghbanM
- Opened on Oct 2, 2024
- #328
How to limit the number of posts received by each source and category? (php-html-parser)
thx
baghbanM
- Opened on Oct 2, 2024
- #327
Deprecated: Return type of PHPHtmlParser\Dom\Node\Collection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute ...
Lenny4
- 2
- Opened on Sep 11, 2024
- #326
Dom::loadFromUrl uses GuzzleHttp\Client::sendRequest which disables allow-redirects before making call.
Either change to user GuzzleHttp\Client::send or add option to specify if request should follow ...
eaglexboy
- Opened on Apr 7, 2024
- #322
There is an incompatibility with PHP 8.1.
Temporary fix is to add attribute:
#[\ReturnTypeWillChange] at line 140 in Dom/Collection.php
meljturner
- 1
- Opened on Mar 5, 2024
- #320
$dom- find(…) does not work with a CSS selector with multiple attributes.
Example:
$testDom = new Dom();
$testDom- loadStr( div input type= checkbox name= color value= blue input ...
richard-wolsch
- Opened on Jul 27, 2023
- #317
Suppose I have a URI /search?v1#page1 . I need to get a next page /search?v1#page2 . But cause of the link formed by js
and the #page2 looks like a command for the new html displaying, the plugin can not ...
andreyshirokoff
- Opened on Jul 6, 2023
- #316
PHP Warning yii\base\ErrorException with message preg_match_all(): Compilation failed: invalid range in character class at offset 4
in vendor/paquettg/php-html-parser/src/PHPHtmlParser/Selector.php:91 ...
chaslain
- 3
- Opened on Mar 6, 2023
- #313
Hi,
How can I replace one htmlNode with another? for instance:
div
h1 id= id1 Hello1 /h1
h1 id= id2 Hello2 /h1
h1 id= id3 Hello3 /h1
/div
now lets say that I want to replace ...
aaharoni
- 1
- Opened on Dec 7, 2022
- #312

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.