Posts by Bruno Depieri Barduchi • 329 points
10 posts
-
0
votes1
answer197
viewsA: Compare multiple foreach results
I was able to find the error, I don’t know if it is the best practice but it worked, I used the $ses['wallet'] comparative variable to compare the $ses['id'] inside the foreach, and it came right.…
phpanswered Bruno Depieri Barduchi 329 -
0
votes1
answer197
viewsQ: Compare multiple foreach results
I need to compare between two tables the values saved in the bank and bring in an option the results (tb_portfolios and tb_portfolios), if more than one record should be inserted the Selected. In…
phpasked Bruno Depieri Barduchi 329 -
0
votes0
answers51
viewsQ: Upload Standard form upload
I need to force the user to send the photo, if not, to go up a pattern. Unfortunately it doesn’t work and I can’t think of anything else. //form html <div class="form-group"> <span…
phpasked Bruno Depieri Barduchi 329 -
1
votes1
answer26
viewsQ: Release parameter on striptag
I would like to put an exception in this function, to release insertion of <iframe>. This function that I use for general Forms, decreases the chance of injections, clears the spaces and tags…
-
1
votes5
answers6065
viewsA: Get input array value
HTML/PHP <label> <i class="fa fa-lg fa-times-circle"><input value="<?=$fs_value?>" name="valor" type="button" data-toggle="modal" data-target="#delSession"…
-
4
votes5
answers6065
viewsQ: Get input array value
I need to redeem the input array value that the user clicks, these inputs are dynamic values. HTML/PHP <label> <i class="fa fa-lg fa-times-circle"><input value="<?=$fs_value?>"…
-
-1
votes4
answers2091
viewsQ: How to send variables via ajax/php
Dear I need to send more than one variable via ajax/php, I performed some tests without success, how should I proceed? PHP (this works but I can’t insert another variable)…
-
0
votes0
answers886
viewsQ: How to return ajax php variable
I am developing a form via ajax/php, when I click on the desired item the form sends the data to ajax and displays in div, but I need to return a value but I am not getting. JS: //script do form…
-
6
votes1
answer103
viewsQ: htaccess restrictions
I’d like to clean mine url so that the user does not see it,I searched on the internet but I could not make it work. I’ve already activated the bookstores in my wamp but I couldn’t make it work…
-
9
votes1
answer2058
viewsQ: Progressive and cumulative hour counter with days
I have a project where I must accumulate hours worked of a service in a project, it must store in the bank the hours/days. So when started, if there is no previous time starts from scratch, but if…