Note that there are some explanatory texts on larger screens.

plurals
  1. POFinding number of 'p' tags and iterate through them to scrape the underlying text using php
    primarykey
    data
    text
    <p>So i don't have any idea about how I can scrape the underlying text of a paragraph from a website page, Which does not have any 'id' or 'class' using php. One of the way is to count and iterate through the <p> tags in a , but the div itself gets closed before any <p> tags are encountered. I intend to scrape wikitravel.org info in order to learn scraping. Here is one of the example of the page source of wikitravel.org</p> <pre><code> &lt;h2&gt;&lt;span class="editsection"&gt;[&lt;a href="/wiki/en/index.php?title=Kanniyakumari&amp; amp;action=edit&amp;amp;section=18" title="Edit section: Sleep"&gt;edit&lt;/a&gt;][&lt;a href="#Sleep" title="click to add a sleep listing" onclick="addListing(this, '18', 'sleep', 'Kanniyakumari');"&gt;add listing&lt;/a&gt;]&lt;/span&gt; &lt;span class="mw-headline" id="Sleep"&gt;Sleep&lt;/span&gt;&lt;/h2&gt; &lt;p&gt;There are numerous hotels, residencies etc. in and around Kanyakumari and therefore, staying over is not be a problem. But there are agents, touts and brokers in every nook and corner looking for unsuspecting tourists. Eschew buying or booking rooms from them, as many a time you end up paying a lot more than the actual price. Vivekananda Kendra can be a good option for people looking for a decent, yet cheap accommodation, but it's around 3 km from Kanyakumari. Prefer hotels near the beach especially if you want to watch the sunrise right out of your bed! Note that, you should quote this preference when booking the room or else, you'll always be given a room without a window opening out to the sea. Moreover many a times, these rooms are in great demand and you'll find yourself shelling a extra 400 - 500 Rs (~10 US$)for such a room. Hotel Sea View, Hotel Sangam and a couple of other hotels offer such rooms and the rent is about Rs. 1100 (~ 25 US$) for 12 hrs. Note that many rooms are priced for 12 hrs and not per day especially during the peak season. &lt;/p&gt; &lt;p&gt;ATM's in Kanyakumari:&lt;/p&gt; &lt;p&gt;Canara Bank Main Road, Kanyakumari 629702, , &lt;/p&gt; &lt;p&gt;Indian Bank S No 658 / 1, National High Way Opp St Antony'S Higher Secondary Sckanyakumari 629702 &lt;/p&gt; &lt;p&gt;State Bank Of Travancore P.B.No.1, 1/17 Amman Sannathi Street, Kanyakumari, Tamil Nadu, 629702 &lt;/p&gt; </code></pre> <p>can anybody help? thanks in advance! </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload