Hi,
I'm trying to login with my php page to 1 forum vbulletin 4.2.
I use that code:
function vBulletinLogin($user, $pass) {
$md5Pass = md5($pass);
$data =...
Thanks..
Sorry, my mistake. I didn't explain well what I need.
this is the source of the page:
<li class="videoblock videos_6564592" id="6564591" _vkey = "477262185">
<div class="wrap">
<a href="http://www.pornhub.com/view_video.php?viewkey=477262185" target="" title="Latina...
Hi,
I'm trying to extract somethings from pornhub page:
http://www.pornhub.com/video?c=3
I have to use regex to find:
<a href="http://www.pornhub.com/view_video.php?viewkey=1234567890" target="" title="something" class="title"
I use this:
/\<a...
Hi,
yes, I'm using simple html dom. But if you use another better method, no problem.
Sometimes this code doesn't exist:
<li><b>Categories:<br /></b>
<a href="/category/26/category 1/">Category 1</a>
</li>
and I need to check if exists and if it's present on the html page. If...
Hi, I need your help to extract some code form one html page.
I take this code from html page:
<div class="shareWrapper rounded">
<ul class="listCat">
<li><b>Categories:<br /></b>
<a href="/category/26/category 1/">Category 1</a>
</li>
</ul>
<ul class="listCat">
<li>
<b>Tags:<br...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.