Posts by Silva • 67 points
7 posts
-
-4
votes2
answers624
viewsQ: Call javascript by passing php variable
I need to call a javascript by passing a php variable to it, when I put the whole script in php I can pass the variable this way location: '<?php echo $cidade;?>, BR', but when I call him that…
-
2
votes1
answer526
viewsQ: Insert account with Fortnightly, Monthly, Quarterly, Biannual and Annual period
I have a script to do financial control, in it I inform the value and quantity of each installment. I would like an idea of how to define the space of these plots to define whether they will be…
-
1
votes1
answer667
viewsQ: Pick up auto complete ID and move to another auto complete form as parameter
I am setting up a register where I select the state and an ajax search the cities the customer selects the city show a form for him to type the name of the neighborhood where I use auto complete my…
-
0
votes1
answer1332
viewsQ: Update after typing without refresh
I have a list of names that come from the database and I need to update these names when necessary. I bring everyone already inside the form and update with a Javascript. With a record works…
-
0
votes2
answers107
viewsQ: Use Cookies or Session for business guide?
I’m putting together a business guide and I’d like to know if it’s better to use a cookie or Session to store the id_city that it belongs to in the first access;
-
2
votes1
answer72
viewsQ: Search by word taking into account the relationship between 3 tables
I’m setting up a search system for a corporate guide and at the time of searching I’m only able to search for a specific word in a table, for example: pizza. But the ideal would be to see if there…
-
0
votes0
answers106
viewsQ: Show selected checkbox number taking into account existing records in the database
Hello I have a script that updates the database every time I check the checkbox without the client seeing; <script> $(document).ready(function() { $('.check').click( function () { if…