₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,327,308 members, 8,430,336 topics. Date: Saturday, 20 June 2026 at 10:30 AM

Toggle theme

Noordean's Posts

Nairaland ForumNoordean's ProfileNoordean's Posts

1 2 3 4 5 6 7 8 9 10 (of 118 pages)

Jobs/VacanciesRe: West African Examination Council Is Recruiting This 2016. by noordean(m): 6:19pm On Dec 11, 2016
Akerry:
Mr Nurudeen. thank you. longest of time
You are welcome brother.
Yes long time
Jobs/VacanciesRe: West African Examination Council Is Recruiting This 2016. by noordean(m): 8:46am On Dec 11, 2016
Akerry:
which of the Zone is your brother working? I also got the job as a WAEC AEO. Glory be to God Almighty. Thanks also to Nairalanders for their support too
Boss Akerry congratz.
More success by God's grace.
Jobs/VacanciesRe: Update On DPR by noordean(m): 6:29am On Dec 01, 2016
nkechiasogwa:
Please has anyone got past the issue of filling in your higher institution details? My higher institution details does not appear on my profile page. It keeps telling me no higher institution found. I have clicked on add button on my profile page and filled the details again and again, but it keeps showing me no higher Institution found. Please what do I do?
Not only you. The same thing here
Jobs/VacanciesRe: N-power Osun State Let's Meet Here by noordean(m): 7:44pm On Nov 29, 2016
07065834175
ProgrammingRe: A Good Programmer That Lives In Lagos Needed by noordean(m): 6:30am On Nov 01, 2016
There's something people don't get in the Op's post. The person should "understand" Yoruba not the person must be a Yoruba. There are many Igbos and Hausa in Lagos that understand Yoruba very well, and only the Op knows the reason for saying so.
ProgrammingRe: Help With A Javascript Code by noordean(m): 6:14pm On Oct 30, 2016
SeunLanLege:
Dude, ever heard of jQuery?
As a beginner, I think one needs to build the foundation before moving to these libraries. Or what do u think?
ProgrammingRe: Help With A Javascript Code by noordean(m): 4:50pm On Oct 30, 2016
nelsonchrisx:
wow... thanks bro, i guess me.toUpperCase === userGuess.toUpperCase converts the two strings to upper case value
Don't forget, it's not the element "me" itself u are converting to uppercase, but rather the value of the element.
Jobs/VacanciesRe: Department Of Petroleum Resources - 2016 Graduate Trainee &experienced Hire Job by noordean(m): 3:46pm On Oct 30, 2016
chajakyle:
Pls dose dt applied sucessful was it firefox or chrome u guys used because I tried registring it keeps refreshing even wen I keyed in my details.Please reply asap
I used Firefox and did not get any error
ProgrammingRe: Problem Trying To Connect To My Database by noordean(m): 7:23am On Oct 25, 2016
ANTONINEUTRON:
Forget That Mysqli_select_db() i.e cancel it.

and use only

$CONNECTION = mysqli_connect("host","username","password","databasename"wink;
i.e ur database name is within the mysqli_connect()
It can be outside. it depends on what he's trying to achieve.
ProgrammingRe: Problem Trying To Connect To My Database by noordean(m): 11:27pm On Oct 24, 2016
seunzone:
holla. Please if you're quite handy with PHP help out.
see this code

//create database
$connection = mysqli_connect("localhost","root",""wink;
if (!$connection){
die("Database connection failed: " . mysql_error());
}
//databas select code
$db_select = mysqli_select_db("alm",$connection);
if (!$db_select){
die("Database connection failed: " .mysql_error());
}
?>

Its a php file, l'm trying to connect to a database named alm. my localhost password is null so thats not the problem. My browser gives the following error;
Warning: mysqli_select_db() expects parameter 1 to be mysqli, string given in C:\wamp\www\alimi\databases.php on line 8
Database connection failed:
The order of ur arguments to mysqli_select_db() is wrong. $connection should come before db name.

should be:
mysqli_select_db($connection,"alm"wink

It's shown clearly from the error msg.
ProgrammingRe: Java Programming by noordean(m): 5:36pm On Oct 22, 2016
enakpenedavid:
Hi everyone are u interested in building ur own apps with Java drop ur numbers I will add on watsapp
07065834175
Jobs/VacanciesRe: How To Successfully Apply For Federal Civil Service Commission Job by noordean(m): 1:48pm On Oct 16, 2016
idalex:
hello
has anyone experienced the issue of submitting the form. I have completed & submitted the form but nothing is shown on My application...
any assistance pls...
You will have to reapply. That's what I was getting yesterday.
Jobs/VacanciesRe: How To Successfully Apply For Federal Civil Service Commission Job by noordean(m): 12:36pm On Oct 16, 2016
Rukayat08:
yes. but since the one you submitted is there, then its ok
Thanks. God bless you
ProgrammingRe: Please Any Php/mysql Developers Whatsapp Group Out There? by noordean(m): 11:47am On Oct 16, 2016
07065834175
Jobs/VacanciesRe: How To Successfully Apply For Federal Civil Service Commission Job by noordean(m): 11:30am On Oct 16, 2016
Rukayat08:
i didn't get a mail either, if ur form has been successfully submitted, you will be able to view it under 'my application' option.
I'm able to view my application but there's still one part of 'no entries found'.
is it the same for you too?
Jobs/VacanciesRe: Federal Civil Service 2016 Recruitment by noordean(m): 2:19pm On Oct 15, 2016
Someone should please help. I'm seeing "no entry found" under my "applications". I can't see anywhere to edit my application or print anything. I believe I submitted the from successfully even though I didn't see any confirmation message
ProgrammingRe: The most popular programmer on Nairaland 2016 Edition by noordean(m): 3:49pm On Oct 14, 2016
I nominate noordean
www.nairaland.com/noordean
ProgrammingRe: The Most Popular Programmer On Nairaland 2016 Edition (verification Round) by noordean(m): 2:56pm On Oct 14, 2016
[quote author=dhtml18 post=50194458][/quote]You didn't say there would be beginner's category on the other thread. I would have nominated myself. can I still nominate?
ProgrammingRe: Can You Solve PHP Problems? Let's Find Out.. by noordean(m): 6:55am On Oct 09, 2016
DanielTheGeek:
I'm happy you gave it a shot. From visual debugging, that looks like a correct solution.
Thanks boss.
ProgrammingRe: Can You Solve PHP Problems? Let's Find Out.. by noordean(m): 12:36am On Oct 09, 2016
FrankLampard:
Use any language to solve this very simple.

Question.

By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13.

What is the 10 001st prime number?
My solution:
https://ideone.com/6BARWK

My program does not loop beyond around 3000th position but I'm sure my algorithm is correct , I guess this is due to the strong looping process involved.
I'm still trying it on online editor. When my system is up, I'll check and see.
ProgrammingRe: How Do I Add A Variable Within Mysqli Query by noordean(m): 6:43pm On Sep 26, 2016
ANTONINEUTRON:
Pls Guys

I ave hit a stumbling block and i need ur help.

Here Is D Query

$res = "SELECT * FROM `user` WHERE `userid` = '$userid'"

$result = mysqli_query($conn,$res);


Now D Problem Is If i loop through $result to get d row result(d user information),
I Get Notin.

And NB: 1. $userid Is Gotten Thru Global Variable $Post[] Where User Input Thier Id.


2. If I Use Let Say '12' In Place Of $userid It Return D Info.
1. Why are you putting the database table and table field userid in quote?
They would be seen as strings that way.
2. Your $userid variable shouldn't have quote , it represents integer values.

So i think your query should look like this:

$res="SELECT * FROM user WHERE userid=$userid"
ProgrammingRe: Ask Your Questions-java Beginners by noordean(m): 2:43pm On Sep 24, 2016
samcad:
Am a computer programmer. I started with java in 2007, and nw familar with html, javascript, vb, php e.t.c. I knw the challenge it takes to start up with programming. If u ar a beginner i will like to be of help to u.

Just ask ur question here.

I will try to give u an answer here. Am not a perfect man in java but am sure my assistance will be of great help to u.
I started java few weeks ago. There is this problem i have with the introductory part of java gui. I created some shapes at different random positions in the paintComponent of JPanel's subclass . The problem is, the shapes get re-draw every time I resize the window. How can I get around this?
ProgrammingRe: PHP: How Do I Create A Login Page That Directs Users To Respective Accounts? by noordean(m): 12:12am On Sep 24, 2016
2cute:
Beloved programming pros, please help enlighten me on how to create a login page in PHP, which sends each user to their respective accounts?
Thanks a lot in advance.
From my own little knowledge. I think you can save a user's username in session at the point of login, which can then be used to track him down through the protected pages.
ProgrammingRe: I Want To Learn Programming. Which Language Should I Start With? by noordean(m): 4:26am On Sep 09, 2016
melodyogonna:
so in two months i learnt html, css, javascript and python.

IS IT POSSIBLE? undecidedso in two months i learnt html, css, javascript and python.

IS IT POSSIBLE?
It's possible to read all.
don't think you've really"learnt" it.
ProgrammingRe: I Want To Learn Programming. Which Language Should I Start With? by noordean(m): 4:23am On Sep 09, 2016
2nioshine:
Tnks man... I tried it but didn't work on my phone.
I also use this online editor . you can use it to test short codes.
https://ideone.com
Jobs/VacanciesRe: Account And Admin Vacancies by noordean(m): 7:54pm On Sep 08, 2016
Heineken:
its not easy at all.. I tire bro. Are you through?
all iz well bro. Yes I'm through
Jobs/VacanciesRe: Account And Admin Vacancies by noordean(m): 6:57pm On Sep 08, 2016
Heineken:
My man noordeen.. Two days sir.. How's everything? Thanks so much
Boss mi mo wa o..
it's only God that can help us out of this economic situation.
let's just be prayerful
Jobs/VacanciesRe: Account And Admin Vacancies by noordean(m): 3:50pm On Sep 08, 2016
Heineken:
Thanks toyin.. Please If you have anything for me.. I read Mass Communication. Am in Abuja and ready to travel anywhere.. Thanks
Hi brother. Always check this thread. www.nairaland.com/1909933/post-entry-level-industrial-trainee/201#49183633
ProgrammingRe: I Want To Learn Programming. Which Language Should I Start With? by noordean(m): 9:33pm On Sep 07, 2016
2nioshine:
Thanks for the grate work. I just dived into this thread not too long and it has really been helpful.

Want to know if i can run the phyton on my android device. So as to help me practice more often.
download Qpython
ProgrammingRe: I Want To Learn Programming. Which Language Should I Start With? by noordean(m): 9:30pm On Sep 07, 2016
iNewton:
how do i use notepad++ to run python say hello world?
why don't u use the python idle? I only know for sublime sha

1 2 3 4 5 6 7 8 9 10 (of 118 pages)