₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,326,344 members, 8,426,153 topics. Date: Saturday, 13 June 2026 at 06:36 PM

Toggle theme

DDay's Posts

Nairaland ForumDDay's ProfileDDay's Posts

1 (of 1 pages)

Music/RadioRe: House Music In Nigeria? by DDay: 12:19pm On Nov 05, 2011
Do you produce and DJ house music? Where are your compilations?
Music/RadioRe: House Music In Nigeria? by DDay: 11:27pm On Nov 03, 2011
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?
AutosRe: Importing A Car To Nigeria by DDay(op): 8:12pm On Mar 15, 2011
Someone please comment and assist,
AutosImporting A Car To Nigeria by DDay(op): 10:38am On Mar 15, 2011
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.
PropertiesRe: Four Reasons Why You Should Invest In Lekki by DDay: 1:32am On Mar 05, 2011
Hi

Could you email me with some details of your land around 500,000,

daypet@gmail.com

Thanks.
WebmastersRe: How Can I Make This Work by DDay: 7:41am On Feb 23, 2011
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"wink;
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)