Questions tagged as 'mysql'

1
answer

Why does the index () method not recognize the [CI] redirect?

I'm following a course and stopped at a problem I can not solve. In this link it is possible to register a user and when finishing the registration he should go to this one page but the only thing that happens is a 404 error. routes....
asked by 24.10.2015 / 20:39
1
answer

Sort Birthdays per Day

Well, I needed some help to display the Birthdays of the Month sorted by the day, in the bank it pulls the information from the Senior so the date comes ex: 1970-10-30, in my controller it looks like this: public function index() { $condi...
asked by 01.10.2015 / 16:25
1
answer

Display Image Within Another

Galera So I have this image of card and I need to display another image on the photo of the person, I was able to insert the wanted data of the bank but the photo of the person I can not get from the bank and display on top of that card image...
asked by 13.10.2015 / 20:20
1
answer

How to group values and process them for DB?

I have a BD that contains 16 information fields, this BD stores bets placed on a system, and then can process the result and payment of the customer's ticket. In the administration part, the ADM has an area where you can place the results of...
asked by 08.07.2015 / 21:20
1
answer

How to assign a single nickname to 2 columns of different tables?

Is there any way to assign a nickname in 2 columns of different tables in SELECT ? SELECT (a.coluna1, b.coluna2) as coluna_geral FROM tabela1 a LEFT JOIN tabela2 b ...     
asked by 10.07.2015 / 14:59
1
answer

Foreach and Mysql

Dear colleagues. I am bringing two questions from the Mysql bank, from which the user will register their questions. See: .... <input type="hidden" name="Pergunta[]" value="<?php echo $idPergunta; ?>"> Pergunta: <?php echo $j...
asked by 30.06.2015 / 17:56
1
answer

Error php permission when uploading [duplicate]

I'm trying to upload my files to the lampp server but I have not succeeded, what can be happening? Warning: move_uploaded_file(../uploads/1579387143.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /opt/lampp/h...
asked by 22.06.2015 / 19:16
2
answers

What is the best way to structure a MySQL table in a tree?

What is the best way to structure a product table where you have infinite categories and children, such as a tree? So you can do a simple autocomplete search? Thank you     
asked by 24.06.2015 / 06:09
1
answer

How to: Populate object Collections from multiple sources

I would like an aid in passing values to my property with private IEnumerable<OrderDetail> orderDetail; . I would like to fill it out, but I have already looked for some examples and did not find anything with this situation. I as...
asked by 19.06.2015 / 18:35
2
answers

How to send registration only once in INSERT

Hello, I have an INSERT, send, all great, but when you click the submit button several times, it sends several, records, how can I avoid this? Code: <?php $id_noticia = $edit["id"]; $autor = $_SESSION["username"]; $texto = $_POST["t...
asked by 28.07.2015 / 05:04