How to determine the number of <p> elements stored in my db?
3 answers
Use the Simple HTML DOM Parser for PHP to parse the contents of the text, select all the 'p' elements, and then calculate the size of the resulting array.
+3
stored in my db? - html 🧜🏿 📉 🛢️ Use the Simple HTML DOM Parser for PHP to parse the contents of the text, select all the 'p' elements, and then calculate the size of the resulting array.All geek questions in one placeHow to determine the number of <p> elements stored in my db?
3 answerssource
share+3