₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,002 members, 8,419,883 topics. Date: Thursday, 04 June 2026 at 06:14 AM

Toggle theme

Efelico's Posts

Nairaland ForumEfelico's ProfileEfelico's Posts

1 2 3 4 (of 4 pages)

ProgrammingRe: Change The Font Size Of An Element by efelico: 2:13pm On May 05, 2019
<html>

<head>
<title>test page</title>
<style>
.red-text{
font-size:16px;
color:red;
}
</style>
</head>
<body>

<p class="red-text">red text everywhere</p>
</body>

</html>
ProgrammingRe: Help on how to design header, footer and add width by efelico: 10:21pm On Apr 25, 2019
hartoyebi38:
please sir, i'm not available on WhatsApp. I use PC to browse, any other help will be appreciated.
install whatsapp on pc
ProgrammingRe: Any Php Programmer Around Magboro by efelico: 10:11pm On Apr 25, 2019
i stay in magboro
ProgrammingRe: (A-MUST-READ) How To Make Real Money By Building And Selling Software by efelico: 1:45pm On Apr 23, 2019
nice one
ProgrammingRe: Interns Urgently Needed In A Lagos Software Development Firm by efelico: 1:05am On Mar 18, 2019
can u accept a corper?
ProgrammingFirebase Or Mysql Database For Mobile App by efelico(op):
Being relative new to mobile app development. Please, I will like experts to share their view on which is better to go with between using firebase or connecting to mysql as the database for either small or large scale mobile project in the below aspects (1) if the app does not connect to an existing database or third party platform to share the same data (2) if there is a database for the app already ( assuming I am connecting the app to a web site to sharing the same data:something like how Facebook app). Thank you
NYSCInec Training Allowance by efelico(op): 12:36am On Feb 03, 2019
hello corp members in the house. how much is the inec training allowance in your state/ election pay if any info
Christianity EtcIf God Forgives Does He Forget by efelico(op): 2:24pm On Jan 01, 2019
have been baffle with this thought of this question after being asked by a friend when talking about forgive and forget "if God forgives does He forget". please back up your answer with scriptural reference. Happy new year
ProgrammingRe: Help Installing Andriod Sdk by efelico(op): 3:20pm On Dec 14, 2018
cyan2008:
You may also need to use download manager to ensure continuity should the connection disconnects
how can i make idm pick up the download since the sdk is being downloaded by the andriod studio itself
ProgrammingRe: Interested In Teaching Yourself Programming? file on link by efelico: 11:26am On Dec 14, 2018
please i need this material especially on mobile, java se and laravel. my email is efelico@gmail.com
ProgrammingRe: Help Installing Andriod Sdk by efelico(op): 11:07am On Dec 14, 2018
Sirnuel:
You need a very stable Internet connection. I would suggest you get an etisalat sim(9mobile). Try downloading at night (2am - 4am)
thank you i will try it
ProgrammingHelp Installing Andriod Sdk by efelico(op): 8:22am On Dec 14, 2018
i succeeded in installing andriod studio 64 bit on my computer. The norm of the application is to download suitable sdk on start up but every effort to download the sdk using this procedure has been failing. please what other method can i use to download the sdk and other resources that are important
ComputersMtn Modem Not Installing After Changing Hp 15 Window 8.1 To Window 7 by efelico(op): 11:11pm On Nov 17, 2018
my system model is hp 15 with window 8.1 as the built in window. after formating the o.s using window 7 i discover that the system no longer detect usb and modem due to driver issues. i was able to resolve that of the usb but the modem is still not working. any assistance is highly appreciated
ComputersSolar System To Power Laptop by efelico(op): 3:29pm On Oct 18, 2018
I need a solar system or any external battery that can last for at least 12 hours. I am currently residing in Ogun state. I need phone number of any seller who can meet my demand but I also need to know your location and price
ProgrammingRe: I Need Help Integrating Paystack by efelico(op): 1:09am On May 20, 2018
infoeag:
You are doing it the right way, except personally I will make use of database
thank you. i really appreciate
ProgrammingRe: I Need Help Integrating Paystack by efelico(op): 1:11am On May 16, 2018
infoeag:
After the User is done with payment process on Paystack (successful or not) the call back url is the url user will be redirect to. On this page you might want to display success or fail message depending on the status of transaction.

The charge.success is an event you might want to listen for, this is useful if you have other operations that need to be complete for a successful transaction.

For verify transaction: let's say your website give access to some paid content, after payment you will want to verify if that particular transaction is valid by comparing the payment ref on your local db with reference on Paystack, If the transaction is successful, if the right amount was paid etc
i appreciate your response now i see the difference please kindly help answer this. my own method of verify was like this
step 1 generate a reference and store it in a session
step 2 initialize the payment
step 3 compare the reference number in the call back url with that of the session
but have learnt to do it in the paystack way which is
step 1: generate a reference number
step 2 intitalize the payment
step 3 use paystack api to verify the transaction by passing the returned reference as a value
i don't really see any difference because both method can be affected by network error, browser crash, unexpected shutdown and the rest. thank you bro although i have finally learnt to do it the paystack way.
secondly i have not really understood the work of charge.success since verification is working well
ProgrammingRe: I Need Help With Xampp Server by efelico: 2:39am On May 14, 2018
what's your email so i can send you a step to step guide to set up your database and get things working
ProgrammingI Need Help Integrating Paystack by efelico(op): 2:17am On May 14, 2018
i trying to integrate paystack using the steps highlighted at https://github.com/yabacon/paystack-php. have been able to achieve success to this level,(step 2), where it says "When the user enters their card details, Paystack will validate and charge the card. It will do all the below:

Redirect back to a callback_url set when initializing the transaction or on your dashboard at: https://dashboard.paystack.co/#/settings/developer". but my confusion is step 3, 4, 5 i don't understand the role charge. success and verify transaction is playing and how to implement that in my code. since i already have the transaction ref in my paystack dashboard and my callback url is working from which i can compare the transaction ref before the transaction and after the transaction for a match..thanks

1 2 3 4 (of 4 pages)