Questions tagged as 'php'

4
answers

Get date-img value

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...
asked by 30.04.2014 / 19:54
2
answers

Get XML report data in PHP

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...
asked by 10.05.2014 / 05:16
1
answer

Create Numeric List with PHP adding 0 from 1 to 99 [duplicate]

$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...
asked by 18.11.2018 / 17:05
2
answers

Trash, Draft and Pending review in wordpress, how do they work?

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...
asked by 05.12.2016 / 17:35
1
answer

Get specific snippet of a [duplicate] string

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...
asked by 05.12.2016 / 13:16
1
answer

ticket php - how to check if the ticket generated by my system was paid [closed]

My system is generating a ticket to be paid at Banco do Brasil. How do I know if that ticket was paid?     
asked by 14.05.2015 / 23:01
2
answers

Data mismatch with inner JOIN using PDO

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...
asked by 23.05.2015 / 20:52
1
answer

Return query on the same page

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...
asked by 25.05.2015 / 20:05
2
answers

Showing link name through url

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...
asked by 02.06.2015 / 02:30
1
answer

Functions.php or functions.fcn

I learned to include a .fcn file I would like to know if there is a difference between including a functions.php file and a functions.fcn.     
asked by 28.05.2015 / 22:42