Posts by Renan Rodrigues • 3,709 points
283 posts
-
0
votes2
answers450
viewsA: Pictures above the carousel
The solution to the problem was to add the carousel above the div#middle and add margin-top: -80vh; to climb the rest of the div#middle, then the code will stay this way. Index.php <div…
-
0
votes2
answers450
viewsQ: Pictures above the carousel
I’m not able to put the images above the carousel, I’m trying to put my remaining content above the carousel but it’s not working, I tried everything, but it’s coming down. Follows the codes.…
-
1
votes0
answers97
viewsQ: Taking data jQuery
I am developing an image upload where it is possible to upload multiple images. When people choose their images along with Preview on jQuery, I show 2 fields, one from the link and another from the…
-
1
votes1
answer1243
viewsQ: Upload error [Function.move-uploaded-file]: failed to open stream: Permission denied
I’m trying to make a record where I have uploads of images and need to save all this content in different tables. The text part is saving perfectly but the photo part is not saving yet. Follow the…
-
5
votes1
answer162
viewsQ: Cancel selection of Uploads
I’m trying to upload files imagens, but when I’m clicking on X of the photo Preview, it is only closing the Preview, but it is still selected. How can I do for when click on x, also take that image…
-
0
votes1
answer40
viewsQ: Load Datatime field
I’m trying to carry a field data from the database, I tried to set the value in atributo value but I have not succeeded in what is the best practice for this ? <input value="<?php echo…
phpasked Renan Rodrigues 3,709 -
3
votes3
answers5605
viewsQ: Column 'column name' in Where clause is ambiguous
I’m trying to ride a left join where I want the results of a particular code. My SQL is: $resultado = mysql_query("SELECT CA.DAT_EHORA_EVENT, CA.TXT_NOMEX_EVENT, CA.MEM_DESCR_EVENT FROM tbl_CLIENTES…
-
5
votes1
answer336
viewsQ: How to create and display a list of emails with json output with form information
The goal of the project is to generate a list of "emails" coming from the contact form, to show in a list of type li with the following data: - name - subject matter - delivery time I also need the…
-
0
votes4
answers79
viewsQ: Error in SQL like
I’m trying to make a select where I want all the data of a person who has the same ip and date equal to today’s date. The reason is that I need to restrict as many times as a person sends contact to…
-
2
votes1
answer1233
viewsQ: Error php permission while uploading
I’m trying to upload my files to the lampp server but I haven’t been able to, which may be occurring ? Warning: move_uploaded_file(../uploads/1579387143.jpg) [function.move-uploaded-file]: failed to…
-
1
votes1
answer1189
viewsQ: Quick search with jquery
I’m trying to do a quick search on the page, however is giving error, it hides all fields and even if I type something that has in the table the same does not appear. CODIGO JS. $(function(){…
jqueryasked Renan Rodrigues 3,709 -
0
votes2
answers114
viewsA: Insert Mysql error
The solution for this problem is to do an If, for if the person was entering a value == 0, it does not include the value in the query, and if it enters a value greater than zero or different, it…
-
0
votes2
answers114
viewsQ: Insert Mysql error
Well, I’m trying to create a menu, and my sql is returning the following error: These are the results you’re picking up, so I gave an echo to see if it was going properly. Who we are is the name…
-
2
votes1
answer737
viewsQ: Menu css + javascript and jquery
Good guys, I need to create a way to recognize which menu I am clicking on, I have my index where I call my menus with a include, so I need to put a green bar at the bottom of the menu that is…
-
0
votes0
answers39
viewsQ: Save Arrayiterator to Mysql
I’m having trouble saving a list of items on ArrayInterator, where I need to save this data to the table by clicking a save button. Array code: <?php ... $p = new…
-
1
votes1
answer124
viewsQ: Error while testing a session
I am trying to get my login depending on what happens in the internal part of PHP I warn if it is the email, or if the user is blocked, I am developing this all in PHP, using as little as possible…
phpasked Renan Rodrigues 3,709 -
4
votes3
answers433
viewsQ: Sending external PHP variable to Javascript
I need to receive a message sent from PHP, and I need to receive it on the screen, to warn if the login is correct or not. However I do not want to use ajax. The code I’m getting in the internal…
-
0
votes1
answer181
viewsQ: Error Upload images with ajax
Index.php <<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="css/style.css"> <title>Upload com Ajax</title> </head> <body>…
-
1
votes1
answer1269
viewsQ: PDO connection to bank
Good guys, I’m starting to study about PDO, but soon in my first activity is occurring an error, follows below all the information. CODE Object.php <?php $cli = new Produtos(); $cli->insert();…
-
0
votes2
answers315
viewsQ: Exclusion ajax + jquery
Which correct method to be able to delete, my doubt is being how you get the id based on the table row, and how to send it to a page that actually excludes. The codes I’ve already made will be…
-
2
votes2
answers3514
viewsQ: Delete in the database using ajax and jquery
Which correct method to be able to delete, my doubt is being how you get the id based on the table row, and how to send it to a page that actually excludes. The codes I’ve already made will be…
-
1
votes2
answers65
viewsQ: Doubt about ajax
My question is whether this code of mine is correct. $(document).ready(function(){ $("#fechar").click(function(e){ e.preventDefault(); String lista_Cont = $(this).attr('<?php include…
-
3
votes1
answer143
viewsQ: Ajax saving dynamically
I am trying to save the registration done, but when I open my modal, he does not understand that I am clicking on save and therefore he does not send the data, follow the code I am facing problems:…
-
1
votes2
answers2331
viewsQ: Save to database using jquery
I need to take the data typed in my modal window and set it in the database. Below follows the pages. listarUsuario.php <div class = "conteudo"> <div class="container-fluid"> <div…
-
2
votes1
answer452
viewsQ: Modal made in bootstrap
Why isn’t my modal opening? The page I call below is inside the main.php, where I put the links to include correct: <div class = "conteudo"> <div class="container-fluid"> <div…
-
1
votes0
answers887
viewsQ: Passing parameters to a jquery function
I’m having difficulty passing two parameters to a jquery function, where I will receive the location where I clicked, and the place where the content will be exchanged. The reason why I need this,…
-
0
votes2
answers54
viewsQ: What is the right way to add a button to the php file
I need to put a button in my php file where I will use to register. Follow the code. echo "<button type=\'"button"'\ class=\'"btn btn-default btn-lg"'\>"; echo "<span class=\'"glyphicon…
phpasked Renan Rodrigues 3,709 -
0
votes3
answers575
viewsA: Ajax opening content without refresh
In fact, the mistake was very small, in seeing to put #conteudo, or should have put .conteudo, because .(dot) is a selector for class and # for id, so the correct is: <script…
-
-1
votes3
answers575
viewsQ: Ajax opening content without refresh
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>…
-
2
votes1
answer579
viewsQ: Using Webservice + Sqlite
My doubt is the following, I am developing an application that has an access to a Webservice, however I think it is important to save some internal data in the application, as for example, if the…
-
1
votes1
answer1100
viewsQ: Consuming JSON webservice with the use of Asynctaks
Well, I’m trying to make an application that logs into a database, previously I was using the thread method to get, this working, but at the time of informing the error messages on the screen, or…
-
0
votes0
answers2228
viewsQ: java.lang.Runtimeexception: Can’t create Handler Inside thread that has not called Looper.prepare();
What I must do to solve this problem ? private void callServer(final String method, final String data){ new Thread(){ public void run(){ asw =…
-
1
votes1
answer772
viewsQ: My app in android studio is closing, while consuming webservice
I have a problem in my application, when consuming a web service, the application is closing. The idea of my application is I consume this web service to validate my login, and returning a message…