Posts by Rogério Silva • 77 points
11 posts
-
2
votes1
answer134
viewsQ: Picking up div’s contents inside an HTML
How do I get all the values inside <div class='conteudo'></div>? I’ve tried it like this: $links = "<ul><li>CONTEUDO <div class='conteudo'>CORPO 1</div>…
-
0
votes0
answers31
viewsQ: Block file get content
Is there any way to block sites from using file get content and copy the page from my site? are creating "bots" from my site, I believe it is with this, will have some way to block with htaccess or…
-
0
votes1
answer84
viewsQ: How do you put two variables together?
I have two variables like this $links = "link1 link2 link3 link4"; $titulo = "titulo1 titulo2 titulo3 titulo4"; Can someone help me put the two together and stay that way: <a…
phpasked Rogério Silva 77 -
-4
votes1
answer52
viewsQ: Preg replace in textarea links
What can I do to play these link on textarea Ex: http://link1.com/embed/código/nomepagina http://link2.com/v/código/nomepagina http://link3.com/e/código/ And he returns me only…
phpasked Rogério Silva 77 -
0
votes1
answer35
viewsQ: WHERE IT EXPLODES
How do I make a Where with explode? I have a variable with the values "5100/5101/5102" and so it goes, I wanted to list the posts with the ID of this variable…
phpasked Rogério Silva 77 -
1
votes1
answer167
viewsQ: Add and remove favorite item with Cookie
I have the code to save the cookie catching the id of postage $id= "5100"; setcookie("itemfavorito", $id, time()+3600*24*30*12*1); But I wanted a help that’s how to do for when the person goes on…
phpasked Rogério Silva 77 -
0
votes1
answer45
viewsQ: String manipulation
I have a string thus: $string = "<div class="legenda">Legenda</div> <li><a href="link2">02</a></li> <li><a href="link3">03</a></li>…
-
0
votes0
answers75
viewsQ: Help on CURL Json
I have a Curl code, which pulls json by url, but is giving an error that I can not solve, someone can help me? <?php $c = curl_init(); $login = 'LOGIN'; $key = 'KEY'; $file = $_GET["fileid"];…
-
1
votes1
answer364
viewsQ: Cast webview android studio
I’m making an app for my website, which is just a webview, can anyone tell me if it’s possible to put to broadcast on Smart TV? if yes, can you tell me where to take a study about? or even help me…
-
1
votes2
answers169
viewsQ: JSON Openload PHP
Can anyone help me? I have the following json url: https://api.openload.co/1/file/info?file=6PHaY9bqRYc I wanted to know how to list in php each part that has in the json leaving type Name: name you…
-
0
votes3
answers318
viewsQ: Pick site name by link
// IRIA PUXAR DO BANCO DE DADOS OS LINKS, MAS ASSIM JÁ DA UM EXEMPLO DE COMO IRIA FICAR. $listalinks = "http://site1.com/embed1/CODIGO http://site2.com/embed2/CODIGO http://site3.com/embed3/CODIGO…