Welcome Guest, Not a member yet? Register   Sign In
preg_match not working we want to choose second title but it choose 1.
#1

Title tag use in same page one is button tag other is p tag  button tag is first title="watch later" other on a href tag title we want to import second a href tag title
source code

[Image: AUrk0j7.png]
[Image: ieuZsHk.png]

[img]hhttps://i.imgur.com/AUrk0j7.png[/img][Image: ufRsX6d.png]






i have tried many things to change /title but it import title is "watch later" i want second title import

            //Title
                    if(preg_match('/title="(.*?)"/', $match, $matches_title)) {
                        $video['title']    = htmlspecialchars_decode(strip_tags(stripslashes($matches_title[1])), ENT_QUOTES);
                    } else {
                        $this->errors[]    = 'Failed to get video title for '.$video['url'].'!';
                        if (!$this->debug) continue;
                        else $debug_e[] = 'TITLE';
                    }

how to choose second title under a tag ?
i want to remove watch later title .
Reply


Messages In This Thread
preg_match not working we want to choose second title but it choose 1. - by aditya5670 - 06-14-2019, 04:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB