Questions tagged as 'mysqli'

2
answers

How to view user profile?

Veran I have an autocomplete textbox, which is autocomplete when I'm writing from a database (Mysql). Well I want you to help me is to select the ID of those elements and go to the profile of each user that I select. PD: They tell me that I h...
asked by 08.09.2016 / 04:23
1
answer

Error with PHP "Notice: Undefined index:" and does not connect to DB

Good I am trying to save comments in BD but it returns me the error that appears in the title of this question. I have the following FORM in an index.html <html> <head> </head> <body> <form id="form" action="g...
asked by 02.01.2019 / 20:00
3
answers

Syntax error when updating data in MySQL

I'm trying to update a user's data in mysql. Someone can identify me why I get the following error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'di...
asked by 30.11.2018 / 11:04
1
answer

How to insert values from a dynamic table into the mysql database

Good, I have a sales form, more or less finished. In that form I have a table that adds dynamic rows extracted from another table in a modal. $('.a').on('click',function(){ var trPrincipal = this.offsetParent.parentElement; //Buscamo...
asked by 25.06.2016 / 09:42
1
answer

MySQL display results from id_cate sorted by id_subcate

Hello, how are you? I bother you with a question?. I decided to group products according to the subcategory (id_subcate) but when accessing the Category (id_cate) I start from the base, as well comments and made me realize @amenadiel,  ...
asked by 03.11.2018 / 15:11
1
answer

Call to undefined function mysqli_init ()

I am using CodeIgniter with Apache 2.4, I already checked my php.ini file and it does not have commented the line of extension=php_mysqli.dll , and in the same way I check that I have installed the library and I really do not know what the...
asked by 26.10.2018 / 19:34
1
answer

Problem with CMS

I have on a website a small CMS (based on SCC Editor) that allows you to create ordered and unordered lists, bold, italics and something else. As writing in the database the text of that textarea where the CMS works included the tags in [] [/] f...
asked by 12.10.2018 / 12:07
1
answer

When uploading to the server there is a query that does not work

I was working on a web site, now I upload it to the server because the programs that I have left need this upload on the server. When uploading it to the client's server, everything works perfectly, except for a page that does not load querys. T...
asked by 28.09.2018 / 07:33
1
answer

Send records to several tabalas- mysqli

I would like to know how it is sent from a single form to different tables. for example I have the following code could add an example by sending different records to two tables. <!doctype html> <html> <head> <meta char...
asked by 17.04.2018 / 03:31
3
answers

Help with SQL query (several records in the same field)

I hope to explain myself well and that you can help me, thanks in advance, the situation is as follows: I am developing a system that diagnoses computer failures, which will work in the following way, the user will select several symptoms and...
asked by 06.11.2018 / 11:42