Questions tagged as 'php'

2
answers

Finder in ajax [closed]

I found this code example in ajax that shows all the data of a table and I want to place a search engine, here my code: <!DOCTYPE html> <html> <head> <title></title> <script src="https://ajax.goo...
asked by 14.11.2018 / 21:09
2
answers

Error 404, laravel does not get a view with some data sent

As I did not manage to use datatables, I managed to improvise a different method. One that opens a form that edits the tables, the one to erase since it is done, can ignore that. For some reason, the view does not appear. It says 404 error....
asked by 14.11.2018 / 22:01
1
answer

the JavaScript Does not execute the input function type file

I have an error that I could not find how to solve it. I have an input with a class and a js and a special css iborrainputfile that makes the input look nice. The problem is that when I load it from the html it works perfectly, but...
asked by 13.11.2018 / 14:16
1
answer

Namespaces with soap

I have a problem. I have to access the following service: POST /ws/emision.asmx HTTP/1.1 Host: xxx.xxx.xxx.123:8070 Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://DCX/Emision/ConsultaSumaAseguradaVehiculos" &...
asked by 13.11.2018 / 14:54
1
answer

How to format a Highcharts date?

I need to format a date I just want to show the date nothing else without the hours This is my answer in the query DIA 13/11/2018 12/11/2018 11/11/2018 10/11/2018 09/11/2018 08/11/2018 07/11/2018 06/11/2018 This is my code <s...
asked by 14.11.2018 / 19:02
0
answers

undefined index file

I am sending a form by ajax and I do not want to recognize the input of type file , practically I tried everything. Note that the submit button is outside the form and then capture the form with the form tag of html that...
asked by 16.11.2018 / 15:57
0
answers

Function PHP Yes Send mail but sometimes Do not save the data in MySQL

I have the following function: function pedido(){ global $db, $username, $usua, $logo, $footer_correo; // Datos recibidos del Formulario $monto = $_POST['monto']; $banco_emisor = $_POST['banc...
asked by 10.11.2018 / 12:17
0
answers

problem with gsuite mail

It turns out that I changed a server domain and did a page update, to the mail I can continue to enter via google, but this new mail does not arrive, it gives me the sgte. eror: the address was not found, your message was not delivered to email@...
asked by 10.11.2018 / 11:17
0
answers

Link error when opening in popup

Would they know where the error is located? That's how it works: public function upme_favorite_posts_list($atts){ global $post,$wpdb,$upme_options; extract( shortcode_atts( array( 'number_of_posts' => 200 ,...
asked by 11.11.2018 / 19:54
0
answers

.htaccess blocks all ips of my range or allows them

Eerecien start in this world and I find this. what I want to do is that all the ip in Argentina are allowed to access the site, and the others block it .. well my .htaccess code is the next one order deny,allow allow from 5.8.46.0/25 allow fro...
asked by 11.11.2018 / 16:46