Posts by Paulo Previatto • 37 points
3 posts
-
2
votes1
answer100
viewsQ: Run PHP in an orderly fashion
I have a file .php where I connect via SSH to a server, and execute commands through it. My file is basically this: $conexao(servidor,usuario,senha,PORTA); $ssh->exec('COMANDO 1'); echo'SUCESSO…
-
0
votes2
answers32
viewsQ: php fetch <p> content
How can I catch the 'Valoor' <p id="sinopse2" style="display:block !important;">VALOOR</p> I tried that code: preg_match_all("#<p id=\"sinopse2\">(.*?)<\/p>#s", $string,…
-
0
votes4
answers1386
viewsQ: Take <span> value with PHP
Where is "VALUE" is the result I need to pick up and show <span class="nomeClass" title="titulo" tabindex="0" aria-label="number">VALOR </span> $el =…
phpasked Paulo Previatto 37