All Questions

1
answer

Problem with the Egde browser. Interpret as a link a text without me indicating it

I have a piece of html code that works well for all the browsers I've tried, except for Egde in Win 10. I do not know why this browser tries to format part of my text as if it were a link when I did not indicate it. Any suggestions to solv...
asked on 05.04.2018 / 08:44
2
answers

Mysqli_fetch_row error

I am learning PHP and I have been stuck here, the error is as follows:    Warning: mysqli_fetch_row () expects parameter 1 to be mysqli_result, boolean given in C: \ xampp \ htdocs \ intranet \ scripts \ functions.php on line 29 And here...
asked on 02.07.2017 / 18:31
1
answer

Backup only directories

Currently in our company we have a server linux in which different folders are created daily and we need you to save only the structure of the folders without the information.     
asked on 23.06.2017 / 16:52
4
answers

Redirect from java script, inside a Json Succces

I am trying to validate the login of my application with a POST method, but the problem is that I do not know how to redirect once I get the response from the server. $.ajax({ type: "POST", url: '@Url.Action("IniciarSesion", "In...
asked on 27.06.2017 / 00:01
1
answer

compare two inputs in Jquery

Hello, I have been working on the password change. I need to implement that the field repita contraseña is equal to the field Contraseña . But if the user changes the field Contraseña it will appear that the password...
asked on 05.07.2017 / 13:40
1
answer

Problem with current time in PHP and MySQL

Since I have several date columns in the table and I can not use more than one column CURRENT_TIMESTAMP , through a function that I created I get the current date. The function is as follows: function dame_fecha_actual() { $hoy = get...
asked on 06.07.2017 / 03:40
2
answers

Change the color of a Row in a GridView

Good morning, I am developing a program in Framework 3.5 in WPF (xaml) and the problem that arises is that when you want to change the color of a line from the class code, when the grid already has the data that I want to show, I can not find...
asked on 04.07.2017 / 12:39
2
answers

Candidates whose average is below the general average

I want to complete this SQL statement, so that I only return the candidates whose average is lower than the general average: SELECT Candidato, COUNT(Candidato) AS num_votos FROM votos GROUP BY Candidato The structure of the table is: CREA...
asked on 03.07.2017 / 05:53
1
answer

Messages with php and ajax

At the moment of wanting to do a fetch_array send me this error and I can not solve it    Fatal error: Call to undefined method PDOStatement :: fetch_array () my code so far is the following <?php $query = "SELECT * FRO...
asked on 26.06.2017 / 23:13
3
answers

Laravel 5.4 localhost: 8000 does not work

At the moment of putting php artisan serve everything is fine, until I address my localhost:8000 and it shows me the following: Warning: require_once(C:\xampp\htdocs\EEPAT/public/index.php): failed to open stream: No such file o...
asked on 04.07.2017 / 21:49