Posts by Thalles Honorato • 163 points
16 posts
-
1
votes2
answers1115
viewsA: How to do javascript PROCV (excel) function
Using the above method by Lucas Costa I was able to make this "Procv" using a data source in Json for those who want to example follows below var telefones = [64992072564, 64992573900, 64992824568,…
-
0
votes2
answers1115
viewsQ: How to do javascript PROCV (excel) function
How to do excel Procv function in javascript; Ex: I have a table with 2 columns (name and code) and I have a list with only names, I need to go through this list with names and bring the code…
-
1
votes0
answers98
viewsQ: Access VUE data model by another script
Well I have a data model with the following information in vuejs graficos: { data : { labels: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri'], series: [ [5, 2, 4, 2, 0] ] }, options : { width: 600, height: 300…
-
1
votes1
answer103
viewsQ: Show widget and hide
I have a system of Alerts where the div where the Alerts are with diplay None , so when a new Alert appears in my js I do a togle to appear that Alert on the screen like this $("#alerts").toggle(…
-
0
votes2
answers240
viewsQ: INSERT CONCATENATE PHP MYSQL
I am wanting that when entering a register in mysql , according to the id already have something predefined example I will insert a post with the category id = 2 , then the name of my post will be…
-
1
votes1
answer569
viewsQ: Insert array foreach
am tend a problem when entering data in the database with php , I have a form with several checkbox , then I want to select more than 1 checkbox and insert in the database , I did so form <input…
-
-1
votes3
answers391
viewsA: Insert multiple mysql checkbox records
Good people , none of the situations worked out I tried with json doing so $carteira = $_POST['f_carteira']; $jsoncart = json_encode($carteira); returned that error : Invalid argument supplied for…
-
2
votes3
answers391
viewsQ: Insert multiple mysql checkbox records
are trying to enter in the database information of multiple checkbox at once , for example a news is related to more than one category then and only select the categories and save , however this…
-
-1
votes1
answer133
viewsQ: Undefined index array Pdo
good people I’m trying to get the id of a user who logged in and saved in the session but , not working, I make a query in the bank when logging in and turn the result into an array to pick up the…
-
0
votes1
answer45
viewsQ: Assign an Arttigo in more than one php category
I have to enter a register in the database assigned to more than one category , how could I do this ? In case would appear the available category options in my bank and I would select them with a…
-
1
votes2
answers479
viewsQ: How to change status with AJAX?
I have a system where the administrator can approve or disapprove the user, It is all ready, but I want to know how to do this process with ajax, so that every time I approve or disapprove a user…
-
4
votes1
answer590
viewsQ: Alert only once Session
I wanted to know how to make an Alert appear only 1 time for the user in the session, in the case the Loga user and appears a div with Alert informed Logged in successfully , after closing this…
-
0
votes2
answers671
viewsQ: CHANGE PHP STATUS
I’m having a problem changing the status of users of my database , when I will change the status of some user it does not approve the user of that line and yes last user what can be? php log.…
-
-1
votes1
answer300
viewsQ: Imprimir Alert PHP
Good staff as I can print the contents of something php in a div for example : I have a login area , if the user data is wrong I want to print a div with Alert (with bootstrap) on the same page. I…
-
2
votes3
answers61
viewsQ: Multiple entries in class attribute do not work
I want to show a simple Alert in php with bootstrap but I’m not getting the code is this: echo " <div class=alert alert-success role=alert>Logado com sucesso</div> "; But you’re playing…
-
-1
votes2
answers1770
viewsQ: INSERT PHP MYSQL does not insert
I have a simple problem with INSERT in the PHP with MYSQL , happens that it does not insert anything in the database , already put to report the errors but does not work , I’m using vertrigo server…