Forum: PHP
02-08-2013, 05:28 PM
|
|
Replies: 1
Views: 178
Found an answer
I found an answer!! Thanks for reading.
function sort_array($array, $orderArray) {
$ordered = array();
foreach($orderArray as $key => $value) {
...
|
Forum: PHP
02-08-2013, 04:10 PM
|
|
Replies: 1
Views: 178
Sorting subarrays by another array keys
Hi there all,
Thank you for your suggestions and help in anticipation of your help!!
I have 2x arrays. The first is an array of the totals for each round. The second is an array split into...
|
Forum: Looking for work/ for hire
04-16-2012, 07:15 PM
|
|
Replies: 1
Views: 808
Volunteer Designer / Programmer For You
I currently am not able to work for health reasons, so am seeking unpaid work. (There is no hidden motive). I am a php programmer / website or graphics designer. I have worked with content management...
|
Forum: JavaScript programming
03-21-2012, 03:36 PM
|
|
Replies: 1
Views: 514
Remove Video <div> - onended
Hello there,
I am new to javascript. I would like to remove the div containing a video, by javascript, on the 'onended' event, but am not sure how to do this yet.
Here is my code so far:
<body...
|