DDay's Posts
Nairaland Forum › DDay's Profile › DDay's Posts
1 (of 1 pages)
Do you produce and DJ house music? Where are your compilations? |
Mate, It will be awesome to start getting some Nigerian house music, Check out this guys mix on youtube, I don't know how much of it is Naija, but loving it mate, https://www.youtube.com/watch?v=j48GAOyBDlk Do you guys know of any good site that plays 9Ja house? |
Someone please comment and assist, |
Hi, Can someone please explain the process and the cost of importing a car to Nigeria. Also, is it cheaper to ship it to Cotonou and Drive it to Nigeria from there, Can someone please help here cos i can't find any information online. |
Hi Could you email me with some details of your land around 500,000, daypet@gmail.com Thanks. |
function Reward if employee_logged_on_time =< 0800 then employee_bonus = employee_bonus + 50 end if employee_logged_on_time > 0800 and employee_logged_on_time =< 0900 then employee_bonus = employee_bonus + 30 end if employee_logged_on_time >= 0930 then employee_bonus = employee_bonus - 20 end end function_trouble if employee_bonus < 300 then print("Please see the boss" ;end Hey mate, give this a go, change the coding language as appropriate. You may need to add extra information to the code, such as selecting the appropriate record. So for example, when a user logs into the website, i'm assuming you have a database running in the background and each user will have a unique id. So the code below could be modified to include each users unique id, so that you do not write over another user information. function Reward if employee_logged_on_time =< 0800 then employee_bonus = employee_bonus + 50 where employee_id = user_logged_on_id end end H |
1 (of 1 pages)
;