Search found 1 match

by btotherunner
Wed Jan 23, 2013 11:38 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: text between html tags
Replies: 7
Views: 5377

text between html tags

Hello, iam new in livecode :) I want to select parts of a website. In this parts i need the Text betwenn the html tags to save the Data in a Datastore. in PHP i use "substr" and "strpos" $pos1 = (strpos($content, '<h1 class="fl fBold">')+96); $pos2 = strpos ($content, '</h1>', $pos1); $ergebnis1 = ...