Questions tagged as 'php'

0
answers

Error "Invalid Nonce" in Registration Form

Thank you very much for entering. I have a registration form that works correctly, belongs to the Ultimate Wordpress plugin. The problem is when I put that form in a modal, because when sending the form, the error appears: "Invalid Nonce." on...
asked by 10.11.2018 / 21:20
1
answer

Insert an HTML element inside the first child TD of a TR with classe XXX

I want in the following code, to move the element .buscarusuarios within the first TD son of the TR classe fltrow, once the sun starts. I'm a little lost with the CSS3 selectors <form class="buscarusuarios"> <input class="form-control...
asked by 10.11.2018 / 09:45
0
answers

Update the server time with vuejs

I am creating a simple application in which I acquire the time with php: <?php // Timezone date_default_timezone_set("America/New_York"); // CDT //Time $timestamp = time(); //Format $date_time = date("H:i:s", $timestamp); //String $time =...
asked by 10.11.2018 / 01:44
1
answer

Date Format PhpSpreadSheet

I have an Excel file with several fields, including a date type field. I am using PhpSpreadSheet to read the Excel cells and load them in a query but I realized that when reading the cell that contains a date, it reads it as a number, for exampl...
asked by 10.11.2018 / 01:13
0
answers

Send inquiry and send to email with php

How could I send the information that appears through my query, send it as a message to an email, any ideas? or someone who has something similar to guide me <!DOCTYPE html> <html> <form method="POST" action="<...
asked by 14.11.2018 / 18:31
0
answers

regular expression extract text between tags

Good I'm trying to get what is between the tags <!--producto--><!--endproduct--> $texto = <<<str <!--product:id15--> -Producto: Lentes C1 -Marca: 'Traffic' -Color: 'Red' <!--end--> str; I trie...
asked by 09.11.2018 / 18:34
0
answers

I want to fill my vector but with more than one data that helps give me

I want to fill a vector with data by keyboard but with the condition that a single text box is the one that passes me the data and enters it into the vector, can you give me some idea and / or solution, there is no error I just want It stores mo...
asked by 09.11.2018 / 17:50
0
answers

Connection error to SQL SERVER By ip public

I have installed xammp on my home computer, I am developing a web inventory for a company, it is ready, I established a local connection from the company to the server of the same one and without problems connected, then I wanted to test...
asked by 14.11.2018 / 18:31
0
answers

Path PATH does not respond on the server

I have a site where there is a config.php file that indicates a route. In local mode it works, but when I upload it to the web it does not. <?php //error_reporting(E_ALL ^ E_NOTICE); error_reporting(0); define('SITE_TITLE', 'Sitio Web'); d...
asked by 14.11.2018 / 18:40
0
answers

Session with Cookies

Well the thing is that I'm setting up a remind me, but I do not want to work and I do not know why. Look at the codes: This is the view, that if it has variable sessions it should be redirected, it should <?php // Start the session...
asked by 14.11.2018 / 17:06