Questions tagged as 'php'

0
answers

how can I see a page from my phone via wifi to a computer that has a lamp that is connected to the same wifi network

I do not know if I explain well in the title of the question, but here I give more detail, to start clarifying that I have a computer with Linux installed, and I have a local server with xampp. As I said both my PC and my phone are connected to...
asked by 01.11.2018 / 16:29
1
answer

Show position 0 of a session variable that contains an array

I have a session variable that is called $_session["arrayImagenHecha"] = $arrayImagenHecha . This variable contains an array with images, my problem is that when I want to do an echo to show the position 0 of the arrya I get an error. For...
asked by 01.11.2018 / 15:47
0
answers

Problem when subtracting PHP Dates [duplicated]

I am doing a code to subtract dates, but when executing it I get a message that I can not correct, I leave the code and the message. I would like to help me see how I can correct it <?php require("../conexion.php"); $consult...
asked by 01.11.2018 / 17:52
1
answer

Customer status in WordPress

I have a database parallel to the wordpress in which it shows the client a list of their clients. Here everything is perfect. As I work in wordpress, I have created a page called "Client List", the problem is that when I do the list, it shows me...
asked by 11.06.2018 / 13:07
1
answer

Avoid redirecting with JavaScript

I have this js and this query $("#sub").click( function(event) { $.post( $("#myForm").attr("action"), $("#myForm :input").serializeArray(), function(info){ $("#result").html(info); }); }); $('#myFor...
asked by 11.06.2018 / 15:50
1
answer

Run a PHP file from a public function

I have these two files. One is a function that inserts data in the base, the other sends an email using php mailer. Function that inserts: <?php class MvcBug{ public function nuevoReporteBugController($tabla, $redireccionamiento){ i...
asked by 12.06.2018 / 02:16
2
answers

Access an element that comes within an array

I was able to access the first image, but I do not know how to move in the other tree. my current code is: $datacategory = $this->Restaurant_mod->category(4); for($i=0;$i<count($datacategory);$i++){ $datacat...
asked by 11.06.2018 / 16:09
1
answer

Generate URL with php

I really do not know how to detail in the title what I need to do, I require the following: I have an image that says "SEE YOUR DOCUMENTS HERE" Clicking on it I need a window to appear requesting the RUC number (Peru commercial identity do...
asked by 11.06.2018 / 22:36
0
answers

PHP MySQL Multiples Querys

I have the following code where I run 3 Updates, the strange thing is that when executing it does not appear any error, that is to say that it executes everything well, but when consulting the BD it did not make any change, and if I remove 2 Que...
asked by 02.11.2018 / 14:36
0
answers