Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,154,742 members, 7,824,141 topics. Date: Saturday, 11 May 2024 at 12:16 AM

Etoluw's Posts

Nairaland Forum / Etoluw's Profile / Etoluw's Posts

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) (12) (13) (14) (of 19 pages)

Programming / Re: Android App Developer Needed by etoluw: 9:44pm On Feb 25, 2021
mund1:
Hello house I need a developer for an android app for stories the pay is just small 10k pls apply only if you can accept this fee contact zero seven zero 666 zero five 222

what exactly do you mean by "app for stories"?
Webmasters / Re: Webmasters, I Need Your Help!!! by etoluw: 7:21pm On Feb 17, 2021
PatrickOkunima:
HELP

FRONTEND

<form method="post" action="subscribe.php">

<input type="email" name="email" placeholder="your email" required />

<input type="submit" value="subscribe" />

</form>


BACKEND

if( filter_var($_POST['email'], FILTER_VALIDATE_EMAIL) ){
//add to database
}
else {
echo "Please enter a valid email address";

}
Programming / Re: How Do I Create A Website Without Progrmming Skills? by etoluw: 6:56am On Feb 17, 2021
Smartyoung:
Pls can you teach me too
send me a message on whatsapp.
Programming / Re: How Do I Create A Website Without Progrmming Skills? by etoluw: 7:10pm On Feb 16, 2021
introvert2:
. for free
use WordPress
i can teach you for free
Programming / Re: Coding On My Android Phone � Don't Give Ur Lack Of A PC As An Excuse by etoluw: 8:27am On Feb 10, 2021
Unbiased1:


Lol.
Only simple things like document.write() and alert() works grin
When you start writing codes that include forEach(), map(), addEventListener() etc then you will fully hate Android code editors grin

if you've written the codes correctly it should work perfectly. if it doesn't work you should check it using another browser
Programming / Re: Who Can Solve This? by etoluw: 6:15am On Feb 10, 2021
d picture is not clear
Programming / Re: Coding On My Android Phone � Don't Give Ur Lack Of A PC As An Excuse by etoluw: 10:42am On Feb 09, 2021
Curious2020:
I'm in javascript rn codes isn't working embarassed lol

your have errors in your code that's why it's not working.

and about you learning css in 3 days. i don't think anyone believes that
Programming / Re: I Want To Buy A Premium Plugin For Displaying Nigerian Stock Exchange Report by etoluw: 11:36am On Feb 08, 2021
maak400:
Ok I should register with Nigeria stock exchange?
you will a token before you can access their api
you can check their api documentation here
http://marketdataapi.nse.com.ng/Home/Docs
Programming / Re: I Want To Buy A Premium Plugin For Displaying Nigerian Stock Exchange Report by etoluw: 9:59am On Feb 08, 2021
maak400:
Hello people, I need a premium WordPress plugin for displaying Nigerian Stock Exchange Report on my WordPress website. Who has it pls?

I can help you build a custom plugin (or theme) for that.
But first you need to register with them in order to access their api
Programming / Re: Who Can Solve This In PHP? by etoluw: 7:45pm On Feb 04, 2021
cloudflare is blocking me from posting the solution to the second question
Programming / Re: Who Can Solve This In PHP? by etoluw: 7:01pm On Feb 04, 2021
WebLab:

Weldone bro. But why did you initialize $n with 3?
it's just a random number
Programming / Re: Who Can Solve This In PHP? by etoluw: 4:24pm On Feb 04, 2021
The solution to the first one
function getN( $arr, $n = 3, $end = true ) {
$count = count($arr);
if($end) $n = $count - $n; else $n--;
sort($arr);
return $arr[$n]; }
Programming / Re: Who Can Solve This In PHP? by etoluw: 9:41am On Feb 04, 2021
@WebLab Have you been able to fix it?
Programming / Re: Who Can Solve This In PHP? by etoluw: 12:14pm On Feb 02, 2021
WebLab:


Like I said, I don't think I attached price to the questions. It's a challenge from one of my students and I have solved some of the questions but these two I are left. If anyone can solve it, I will learn and thank him and someone else might also learn through it in the future. If no one solves, I will keep cracking it till it dissolves.
As Programmers, we solve questions on Stackoverflow without asking for a penny. He's not at faults for asking for money though. Everyone to his view.
Thanks.

okay
I'll try to solve it later in the day and will get back to you
Programming / Re: Who Can Solve This In PHP? by etoluw: 7:13am On Feb 02, 2021
WebLab:
Please house, I need solutions to these two guys in PHP

1) Write a function that would return the Nth largest element from start or the end (default from the end) in an array, and then provide a set of test cases against that function.
- Note: That is the Nth largest element in the sorted order, not the Nth distinct element.
For Example: Given [3,2,1,5,6,4], n = 2, from = end, return 5.

2) Write a function that would: arrange an array of positive integers to form the largest number or the smallest number. (default largest)
- Note: Return a string instead of an integer in case the result is too large.
For example, given [2, 20, 24, 6, 8], type = largest, the largest formed number is 8624220.

how much u go pay?
Webmasters / Re: Please How Can I Fix This? ( Help Urgently Needed ) by etoluw: 8:24pm On Feb 01, 2021
post d link to your site and let me check it. is it a wordpress site?
Webmasters / Re: . by etoluw: 11:25pm On Jan 30, 2021
Brightale:
send me your WhatsApp number please

0812_961_5641
Webmasters / Re: . by etoluw: 1:56pm On Jan 30, 2021
Brightale:
Hi everyone, I will like to know why JavaScript isn't working on my PC. I do embed my scripts in my HTML codes, and then run. On running the codes, oy the HTML codes would work. I've tried it on all 4 browsers on my PC, including chrome and Firefox, the outcome were still the same.
Note: JavaScript has been enabled on all browsers.
Thanks!

most likely you have errors in your code.
use the JavaScript console to check the error

1 Like

Jobs/Vacancies / Re: Currently Hiring - Experienced Wordpress Developer by etoluw: 7:01pm On Jan 29, 2021
is the job still available and can it be done remotely?
Programming / Re: My PHP Code Run Locally On XAMPP But Showing Syntax Error Online by etoluw: 5:46pm On Jan 29, 2021
Akprof:
What can be making my php code to be running online but showing syntax error online?

The php version you are using locally is probably different from the one on the server

2 Likes

Programming / Re: I Need Focused People To Join A Whatsapp Group For Learning Java by etoluw: 3:03pm On Jan 27, 2021
pls add me
Programming / Re: How Do I fix this On My Wordpress Website by etoluw: 9:46pm On Jan 25, 2021
lloydtruth:

Please which plugin exactly
I have tried several plugins none gives me exactly what I want

you will use the register new user hook to achieve that
Webmasters / Re: Linking Flutterwave To Wordpress Site To Collect Payment by etoluw: 8:34pm On Jan 23, 2021
bitscomp:
Please I have a flutterwave account for my NGO to accept donations. I also have a Wordpress website for the NGO. How do I link the two so that donor can donate via a form from my website.

Thank you.

check here

https://github.com/Flutterwave/wp-rave-payment-forms
Webmasters / Re: Pls Who Can Build A Blog For Me #5k by etoluw: 10:56am On Jan 22, 2021
Cybercop2002:
I wanna start a travel and tourism,politics and lifestyle blog but I am living in a slum but wanna create awareness with the blog so I nees expert in the game to assist me,t

it is something you can do yourself.
Just install WordPress and a free theme
Programming / Re: I Need A UI Designer Budget 50k by etoluw: 10:09pm On Jan 16, 2021
talk2hb1:
I need a UI Designer Budget 50k,
Just drop your WhatsApp number or link so I can contact you or chat me up on Telegram with this username @TheHonored
Programming / Re: Wordpress Plugin Developer Needed by etoluw: 9:54pm On Jan 12, 2021
Tccomms:
Still looking for one with reasonable price for simple plugin

whatsapp me 0812_961_5641
Webmasters / Re: Is It Possible To Create A Website Like Piggyvest With Wordpress by etoluw: 11:34am On Jan 12, 2021
Gwebmaster:


How can it be achieve
What are the required plugins and theme
And other extensions

I don't think you can get a pre-made theme/plugin

you will have to build the theme yourself or hire a wordpress developer to assist you
Webmasters / Re: Is It Possible To Create A Website Like Piggyvest With Wordpress by etoluw: 8:29am On Jan 12, 2021
Gwebmaster:


I am sorry for how the question was structured, I am a first timer

So, please can WordPress be used to create a website similar to https://piggyvest.com

it is possible
Programming / Re: Yoda Condition? by etoluw: 9:43am On Jan 09, 2021
Karleb:
You might have probably seen something like this before now.

if (5 == $five);

It's called Yoda condition, you check the reverse.

I see this a lot in PHP codes and there are arguments as to why it is better than the normal comparison.

Personally, I don't like it.

Is it really necessary?


it helps to avoid a bug where you mistakenly type "=" instead of "=="
Programming / Re: I Need Help With Wordpress Plugin by etoluw: 6:03am On Dec 31, 2020
cbrass:


i have actually tried something similar before but my menu wasn't showing again. but this link you sent seems different.
I will let you know if it works.
I am grateful brother. May the good Lord bless you cheesy

modified
It worked bro. please see attached image.
Na oversabi won kill me, that was why it didn't work grin grin
Thank you ones again

glad to hear that
but I think that link would appear on all the menus registered in the theme.

maybe you should create a settings page where the user can select the particular menu he wants the link to be added to

1 Like

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) (12) (13) (14) (of 19 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 37
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.