Questions tagged as 'php'

0
answers

Send the id of a select (via a button) to an input tag using JavaScript

The thing is that I'm working with access to the roles and I had a question about the jQuery tags, the thing is that I'm listing a list with the names of the permissions already registered and I want to assign to the role a set of attributes of...
asked by 30.08.2018 / 04:49
0
answers

Field in MySQL is re-established only in all entries

More than a year ago I came across this problem for the first time, in a table that I have in my database where I have all the articles of my project, the value of one of the fields was reset to 0, the one of each and every ticket he had. Thi...
asked by 10.09.2018 / 06:58
0
answers

Friendship requests system in CodeIgniter

FIRST THAT NOTHING, THIS QUESTION WILL BE LONG; beforehand, thank you very much for going over and taking your time to read the question. I've been working on a friend request system like Facebook on CodeIgniter, the problem I'm having is tha...
asked by 10.09.2018 / 00:54
0
answers

Error php mysql user login

I have a problem, I have 2 forms, one registration and one income. the registry works and the login does not work. The error is due to the fact that in the registration form there are many input and in the input form only 2, and I miss several e...
asked by 10.09.2018 / 13:14
0
answers

Data view php mysqli

I have a problem showing the data in the view, I mean, I have a data modification form, which edit and update the data in the database without problems, but when I return to the view to show all the data data of the table, it does not show me an...
asked by 10.09.2018 / 02:33
0
answers

Problems comparing data and traversing an array

Hello good afternoon I have a problem with an array where I bring some .wav files. This is my code that I have so far where I check that if the name of the file I have in the Database matches the name of the file I have in the array to later...
asked by 06.09.2018 / 17:28
0
answers

Error inserting data

Yesterday I made a query to add an input or textarea depending on a radio input. Now I'm trying to save one of those data and just leave me one. <?php if(isset($_POST['add'])){ if(!empty($_POST['tipo']) && !empty($_POST['img']) &...
asked by 04.09.2018 / 03:56
0
answers

Product import script for Prestashop 1.7

I am looking for and trying to adapt a script to import products from a csv automatically, in a Prestashop I've seen one for Prestashop 1.6: Script Automatic Import Prestashop 1.6 I would like to be able to adapt it for Prestashop 1.7 an...
asked by 30.08.2018 / 08:52
0
answers

Warning: mssql_fetch_row () expects parameter 1 to be resource, boolean given - SQL

I do not know if you can help me or my question is not understood, I leave it to you in the same way, I have the following error:    Warning: mssql_fetch_row () expects parameter 1 to be resource, boolean   given in usr / home / FFFF / paymen...
asked by 04.09.2018 / 19:05
1
answer

Concatenate variable php

I want to concatenate a variable, that is, as in the example below, the variable expenses is increased to the number. An example would be: expenses1, expenses2, expenses3, etc until the while ends. $i=0; while ($listado=$c11->fetch(...
asked by 04.09.2018 / 20:07