I have the following problem:
I'm getting the value of date-img when I hover in the .gettoll class, but I need to replace that value here content: "<img src='IMAGEM AQUI'>", when hovering over each of the items, the problem is th...
I have the following report on the XML link: link
I would just like to treat it in a very simple way, I tried using something like:
<?php
$xml = simplexml_load_string("http://api.openweathermap.org/data/2.5/weather?q=Armazem,SC&mod...
$cont = 1;
<?php echo $cont++ ?>:
Generate a list like:
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ...
But how to leave it like this:
01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12 ...
But only when you have more than...
Good afternoon, I would like your help, I need to take a post from the air, but I would like to reactivate it regardless of the time it takes, if a year from now I want to publish it again how should I proceed, time all the posts in the recycle...
I have a url from youtube and would like to get only the excerpt from the variable "v".
I used this: $video = mb_substr('https://www.youtube.com/watch?v=k4qVkWh1EAo', 32) , it returns the value I need, but I would like to know if it h...
Hello I'm having problems when I'm returning a select done with inner join from some tables as below:
SoIsetupaninnerjoinwithmyneedsinmymethod:publicfunctiontableUsuarioUM(){$consulta=PDOUtil::getStance()->prepare("SELECT pes.id_pessoa, pe...
I need to query the Bank and return the value of the variables on the same page PHP . But even the test to try to understand logic did not work:
<html>
<form name="registar" action="<?php echo $_SERVER['PHP_SELF']; ?>" met...
I did this code with everything not working the way I want it, I need the code to do the following: instead of displaying the position number in the variable $verificar , show the searched text of the variable $nomeServidor instead...