Posts by Music Lyrics HQ • 63 points
10 posts
-
0
votes1
answer688
viewsQ: setcookie does not work
Good I have the following php code that creates a cookie so when I echo this this does not print anything on the screen and the result of the search in DB is fine because it says that the $result…
phpasked Music Lyrics HQ 63 -
-2
votes1
answer332
viewsQ: My setcookie doesn’t work
Well, I have the following code to decide my cookies and use another page, so when I make $_COOKIE[$cookie_email] on the other page where I want to use the value saved gives me whenever this value…
phpasked Music Lyrics HQ 63 -
-2
votes1
answer24
viewsQ: pass objects from one class to another
I have the following objects in the Game class as I call these objects in the class Main? team1=new Team(t1, t2, t3); team2=new Team(e1, e2, e3);
javaasked Music Lyrics HQ 63 -
1
votes2
answers243
viewsQ: How do I capture the value of this input when I click enter in input and without using form?
How I capture the value of this input when I click enter on input and without using form? I present the input, below represented: <input id="searchinputid" type="text" class="searchinput"…
-
2
votes2
answers83
viewsQ: Count options disabled from a select with jquery
Boas, how can I count options with the disabled option selected and efficiently with jquery?
-
1
votes2
answers121
viewsQ: delete select options from other selects
Good, I have 4 html selects and in all of them I have the same options, I wanted when selecting an option from the first select that same option was placed as disabled in the other selects is…
-
0
votes1
answer43
viewsQ: setInterval in javascript no sum
Good, I have the following javascript code and when I try to add the strMessage it does not add up, but adds side by side to the value and so on each time it runs, which I am doing wrong? function…
javascriptasked Music Lyrics HQ 63 -
1
votes1
answer30
viewsQ: insert Mutiplos data already having data in db
Great, I’m having a problem adding values to db. I want to add a value in a field that already has a value, without eliminating the value that is there, but by joining the two values separated by a…
-
0
votes1
answer17
viewsQ: problem with a run function when clicked enter
Well, I have the following javascript function that is included in a php query and that is executed when a keyup is given in an input as I do to execute only when the enter key is clicked? function…
javascriptasked Music Lyrics HQ 63 -
0
votes1
answer33
viewsQ: Execution of setTimeout with replaceWith
I have the following code that executes a query in DB with ajax. So when in Success I put append instead of replaceWith, the function works perfectly and runs every 5 seconds, but when I enter…