Posts by Marcos Marciel Pagung • 79 points
9 posts
-
0
votes0
answers24
viewsQ: Error while receiving $_FILES['photos'] data via ajax
Error when receiving $_FILES['photos'], already the post with the other data I can get it normally... I believe it is something in ajax that is giving conflict.…
-
0
votes1
answer335
viewsQ: Ckeditor + ajax registering empty in the bank
When I make an insertion in the database, it only saves the date, time, idAgenda and idFk... already the other fields of the registered textarea as empty... I believe that is the problem of…
-
0
votes0
answers108
viewsQ: Remove duplicate records from select php array
I cannot remove duplicate records in the array $query = $pdo->prepare("SELECT * FROM produtos order by Data asc"); $query -> execute(); $ContCampos = $query -> rowCount(); $consulArray =…
-
0
votes1
answer148
viewsQ: Success message when registering in BD
The script below worked with the older version of js and Bootstrap, but after I started using the latest it stopped... I use it to return the form message! If anyone can help me, I understand little…
-
2
votes1
answer51
viewsQ: Bug in the enterprise carousel
I’m with a little bug in the modal of enterprises, when I open one it displays at the same time the two, plan and illustration, and only back to the norm when I click the button... Could someone…
-
1
votes2
answers266
viewsQ: Button to select which carousel to display
I created two carousel one of Illustration and the other of Plan of a house, and I need two buttons, Illustration and Plant, when loading the page, will show the illustration carousel as main, and…
-
1
votes2
answers73
viewsQ: Generating id in input through foreach
I’m having trouble generating a number in each input id. I need to display 4 images, and saved their name in the bank separating by comma, then exploded to display them in foreach. $array =…
-
1
votes1
answer117
viewsQ: Array in php with PDO
I needed to change my mysqli connection to Pdo, and I am "picking up" at the point of which index I want to print, look at the example of the mysql model: $Busca = mysql_query("SELECT * FROM…
-
0
votes1
answer1439
viewsQ: Passing ID by modal parameter
I have the following problem, I have a $Id PHP I need to receive it in modal to make a SELECT in the table, and search for information in the BD. The button it sits on one page, and the modal on…