Questions tagged as 'php'

1
answer

How could I merge the loops below?

This is the spreadsheet: Thisisthecode:publicfunctionloadExcel($file,$dir){$objReader=PHPExcel_IOFactory::createReader('Excel2007');$filterValidation=newApplication_Model_Filter_FilterValidation();if(file_exists($dir.DS.$file)){$objPHPExcel=...
asked by 24.02.2017 / 20:52
0
answers

PHP - problems with code to reset password

I am trying to create a link that is sent to the user so that I can reset the password: I have the following code that sends the code to the user: <?php include("config.php"); if(isset($_POST['submit_email']) && $_POST['email'])...
asked by 16.05.2017 / 22:56
0
answers

Session not holding value

My SESSION is not storing the values over its lifetime. Here I used to demonstrate a var_dump : var_dump($_SESSION); array (size=3) 'no_pessoa' => string 'Wander Carlos' (length=15) 'cd_pessoa' => string '1' (length=1)...
asked by 17.05.2017 / 17:17
0
answers

Why is my localhost adding an extra toolbar?

trait Pagination{ private $totalRegistros; private $limite; private $offset; private $totalPaginas; private $segmentoUrl; private $links; private $explodeBarrasUrl; private $posicaoPaginaUrl; static $nextLabe...
asked by 15.03.2017 / 02:19
2
answers

Where should a globally used method be?

I have a method called parser, in short its code is: public function parser($local) { $file = storage_path($local); $csv = Reader::createFromPath($file); // remove cabeçalho (ignora a primeira linha // $novo = $reader->setO...
asked by 06.03.2017 / 14:55
0
answers

How to detect when 3 equal numbers come out and show a message?

Good afternoon, I'm making a scratchpad in ActionScript and PHP. I have 9 boxes and when I click the buy button it goes to a PHP file and it generates in a loop a rand of random numbers to be shown, when clicked on the boxes, what I intend now a...
asked by 10.01.2017 / 18:09
0
answers

Upload thumbnail post type frontend via AJAX

I have a professional registration form, where the same is registered by entering name and image (photo). This registration without the use of Ajax, I can do, but it must be done in Ajax, and the image I can not send, even using formData. Here's...
asked by 14.01.2017 / 01:06
1
answer

Multiquery PHP PDO - SQL Server 2012 - IIS 8.5

Is there a problem in running multiple queries with the same PHP PDO code? Example: <?php // Retorna $con include 'conexao.php'; // Suponhamos que dbo.minha_tabela tenha apenas três campos, sendo um deles a chave-primária auto increm...
asked by 11.01.2017 / 19:04
1
answer

PHP find addresses up to 5km away [duplicate]

Hello. I'm setting up a system to find the nearest service provider on the zip. For this I used the script below to convert zip into coordinate. $cep = "01238010"; $geocode = file_get_contents('http://maps.google.com/maps/api/geocode/j...
asked by 25.05.2017 / 15:43
0
answers

Validation of RNE (National Registry of Foreigners) or CIE (Alien Identity Card)

Does anyone know how I can validate the number of the CIE (Foreign Identity Card) or RNE (National Register of Foreigners)? I believe there are two nomenclatures. Regardless of language.     
asked by 26.05.2017 / 16:03