Sorry for the inconvenience I am developing a systems of events.
The detail is that I have a table exclusively to control all the events, what I am trying to do is eliminate the already expired rows, every so often with the Mysql query.
Th...
The syntax does not mark any error which means that I have bad logic, the problem is that I am new in phpmyadmin and I do not know very well if I place the if correctly
DELIMITER $$
CREATE TRIGGER VALIDADOR BEFORE INSERT ON validacion...
Good morning, I'm new to php, I need to load a complete table that is in my mysql database and show it as a table with its header and everything on my website, if you could help me, thanks?
I am trying to fill out the easyautocomplete autocomplete with information from the database.
<div class="contenedor">
<center><label for="" class="titulo">Cambio de cédulas de consumos</label></center>...
Good afternoon everyone apologize for my little annoyance.
I have a little doubt, I'm trying to give time to each event that enters the db Event table in the duration column, what I want to do is count down to "0" and then delete all the row...
I have an Amount or load with Box Spout but I do not see the difference in speed increase with PhpExcel,
Can someone tell me if I'm doing something wrong?
<?php
error_reporting(E_ALL ^ E_NOTICE);
ini_set('display_errors', TRUE);...
I'm trying to bring results from a database but there is a flaw.
It does not show any element when operating ng-repeat
ANGULARJS
angular.module('vinApp', [])
.controller('propDis', function($scope,$http) {
$http({...
I need to make a form to leave comments on my website, that users can comment and publish automatically.
This is the code I have but it does not work ... Can you help me? I put it before but it was not the right thread ..
Here are the comm...