Posts by kibarco net • 99 points
11 posts
-
-1
votes2
answers39
viewsQ: Match the Arrays
Personal how can I combine arrays in the following example array: $cor = array('branco', 'preto'); I would like the combination of arrays to look like this: $cor = array('branco', 'brancopreto',…
phpasked kibarco net 99 -
0
votes3
answers179
viewsQ: Create another input field with the enter key
I am working on an HTML form to receive the data from a bar code reader. Next: each time the reader loads the input value of the barcode it automatically gives a enter which is Event.keycode= 13…
-
0
votes1
answer29
viewsQ: PHP Changing a word from a variable
Personal how can I do with php the following situation: I have a variable that is coming to the following example information: $filename = "/wp-content/uploads/1.avi"; as I do to change only this…
phpasked kibarco net 99 -
2
votes1
answer291
viewsQ: Ffmpeg and BAT Automatic Conversion
I am using ffmpeg to convert all videos from one folder to . mp4, and for that I have created one . bat to make the process, but, the problem that is next: When it starts the conversion, it creates…
-
0
votes1
answer25
viewsQ: Wordpres pick up the modified post
I need help with a query post: How do to view the posts that were modified say updated example: a post was registered if it was modified today I need to display and what was modified by a query post…
-
0
votes1
answer818
viewsQ: html javascript list json data in <ul> <li>
Staff I ask for a help from friends: the code makes an ajax request to take data from an api (json) and pass through all objects within the array my json= [{Name:"Ajato 2000"}, {Name:"Crystal I"} ]…
-
0
votes3
answers71
viewsA: Add today’s date by estimated travel hours
People with a lot of work kind of that in the gambiarra "rsrsr" more came out if someone is a better idea it is only post here personal thanks: <?php //Primeito vou separar hora do minutos…
phpanswered kibarco net 99 -
2
votes3
answers71
viewsQ: Add today’s date by estimated travel hours
I receive a value in the format of Hours and Minutes example: "09:00" hours and minutes I need to take today’s date make the sum hours and minutes and present example: arrives today at 17:30 hours…
phpasked kibarco net 99 -
1
votes0
answers15
viewsQ: Time difference between two dates with php
Accurate with php compare 2 dates and check if their interval is already greater than 1 hour: An idea more or less just to understand better: NOTE: I need the Hour Minutes and Seconds! <?php…
phpasked kibarco net 99 -
1
votes1
answer134
viewsQ: Check if number is available within a defined range
I have a pre-defined numbering, for example from 1 to 4. Now I need him to show the numbers that are not being used, which would be: Números não usados: 2,4 I started the code like this: <?php…
phpasked kibarco net 99 -
-2
votes1
answer74
viewsQ: PHP Take a phrase value from within the array
People below I have a code that checks the ping on MS of a url or IP but what I need is to take the value of the average of the result that is within the array [10] Example : M dia = 74ms I just…
phpasked kibarco net 99