₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,328,387 members, 8,435,483 topics. Date: Sunday, 28 June 2026 at 06:58 PM

Toggle theme

Bakenda's Posts

Nairaland ForumBakenda's ProfileBakenda's Posts

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

ProgrammingRe: Select Wit Php by bakenda(m): 9:43am On May 28, 2012
Something like this.

The query:

$sel=mysql_query("select thevalue from mysqldb" );
$row=mysql_fetch_array($sel);
$value=$row['thevalue'];


Your text field html code :

<input name="whatever" type="text" id="whatever" value="<?php echo $value;?>" />
WebmastersRe: Calling On All Coders & Web Developers, Please Advice Me On Social Community by bakenda(m): 1:14pm On May 24, 2012
how about converting your site to joomla and using jomSocial?
CelebritiesRe: Donna Summer Dead At 63 by bakenda(m): 9:46pm On May 17, 2012
So sad. cry

I hoped to hear more of her.
That was one of the most talented female singers of
all time and she's quite unique.
WebmastersRe: Voguepay-online CARD Payment Processor By Afrisoft. by bakenda(m): 3:30pm On May 17, 2012
Dual Core: Disappointing to see everybody coming up with variations of the exact same thing.

Come up with a payment gateway that will accept phone recharge cards and I will consider it seriously.
That is a very good idea, but wouldn't it require the
cooperation of the network operators?
ProgrammingRe: Is It Difficult To Build A Forum Like Nairaland? by bakenda(m): 8:36pm On May 12, 2012
Or better still ask Seun to sell his forum script to you,
smf can really be a pain in the neck - they will nearly
spam you to det.

And those mods don't help either.
ProgrammingRe: Best PHP Framework For Application Development? by bakenda(m): 8:28pm On May 12, 2012
Timileyin: which one of this frameworks can i use and not use there models and layout structure.. just want to plug it into a currently built application and use some functions
You are looking for codeigniter
ProgrammingRe: [Project] 2012 Summer Of Code - WORK HAS COMMENCED by bakenda(m): 10:24am On May 11, 2012
We don't need an "App to predict power failure",
that is an easy thing to do without computer aid,
if you want to work along that line, it should be
an app to predict "power success" instead,
that would be more challenging and more useful.
wink
EventsRe: Leke Alder: Theplatform 10.0 : Cultural Innovation Live by bakenda(m): 8:10pm On May 02, 2012
I think you folks making negative comments should
read the story of Leke Alder, I mean his life story not his speech.
PhonesRe: Need Info On Roaming by bakenda(op): 7:57pm On May 02, 2012
Thanks
PhonesNeed Info On Roaming by bakenda(op): 5:40pm On Apr 30, 2012
If i take my phone out of the country, and still
want to use the network - what does it take?

Does anyone have any info/experience on roaming?
ProgrammingRe: List Web Services And Apis Here by bakenda(m): 9:32am On Apr 26, 2012
Who knows. Does any Nigerian bank have an API(for inter-account funds transfer etc.)?
Just a question.
WebmastersRe: Need HELP With PHP by bakenda(m): 6:58pm On Apr 10, 2012
If she can lay her hands on the popular book
by Kevin Yank - "Build Your Own Database Driven Website with PHP/MySQL".
It's good for beginners.
WebmastersRe: How Type Of Website Can I Owns And Earning Money It Pls by bakenda(m): 5:16pm On Apr 10, 2012
@topic
One way is through the Google Adsense programme,
you open an adsense account, copy some code from
the member area and paste on your site, the codes
make some adverts appear on your site, when people
click on those adverts you make money. The more they
click, the more you earn. You need to attract lots
of traffic to make something substantial from this
though.

If you have a high traffic site, you can also contact
advertisers directly to place ads on your site - and
make them pay you for that.

You can also sell stuff on your site.
WebmastersRe: Need HELP With PHP by bakenda(m): 4:13pm On Apr 10, 2012
You can also download some free manuals to get you started
at the link below:

Free PHP Manuals
ProgrammingRe: Let's Learn Object Oriented PHP! by bakenda(m): 10:19am On Apr 05, 2012
Seun: OOP PHP. Alright! I'm also thinking about creating threads for functional Visual Basic & high level machine language.
You might as well start threads on flying pythons.
That doesn't detract from the fact that PHP is an
Object oriented language. A nice one too.
ProgrammingRe: Which Source Code Site Can I Get Correct Working Error Free Vb.net Source Code by bakenda(m): 8:33pm On Mar 09, 2012
It doesn't work like that; codes are specific to your application.

You need to understand how to program in vb.net first, then if
you are looking for relevant codes to study, you can do a google
search, I'm sure you'll find something that may be useful.

Having said that, one good site you can learn from is http://www.codeproject.com/.
Jokes EtcFunny Answers by bakenda(op): 5:06pm On Mar 01, 2012
ProgrammingRe: Help Needed In Php Programming Language by bakenda(m): 5:58pm On Feb 22, 2012
You can download the free intro lessons
from the link in my sig.
ProgrammingRe: Need Urgent Help With Php Mail by bakenda(m): 3:55pm On Feb 20, 2012
Look through the whole script to see
if there's any un-closed bracket or brace.
ProgrammingRe: Need Urgent Help With Php Mail by bakenda(m): 6:59pm On Feb 18, 2012
The built-in mail() function isn't very reliable.
Go smtp like dhtml said.
EducationRe: Celebrating Great Ife @ 50 by bakenda(m): 11:54am On Feb 09, 2012
A lot of ewa and konkoshon to celebrate.
ProgrammingRe: Home Page Logout On Page Refresh by bakenda(m): 5:39pm On Feb 07, 2012
The home page is supposed to be index.php, right?
The code for that, i think, you should paste here.
ProgrammingRe: How To Create Sms Sending Apps by bakenda(m): 10:56am On Feb 06, 2012
info @ zetatronix.com
ProgrammingRe: How To Create Sms Sending Apps by bakenda(m): 4:38pm On Feb 03, 2012
It can be pretty difficult(if possible) to buy directly from the
provider, you'll have to buy from a third party.
BTW, we are into web sms and 've got API's, if you
are interested in buying from us we can give you a test
account and API documentation.
ProgrammingRe: How To Create Sms Sending Apps by bakenda(m): 10:20pm On Feb 02, 2012
I thought you were talking about web sms.
Yes, the way to go is to use a website as backend to send the messages.

BTW, what do you mean by
I know how to code normal ones
?
ProgrammingRe: How To Create Sms Sending Apps by bakenda(m): 3:50pm On Feb 02, 2012
Same way. Just integrate an API into your app,
but put to no restriction on the sending(e.g no signing
up) - you'll be giving them some of your sms credits
you bought from the service provider -  for free.
WebmastersRe: best BULK SMS provider in Nigeria ? by bakenda(m): 2:23pm On Jan 30, 2012
I mean, replace the value of the sender parameter (sender=", "wink
WebmastersRe: best BULK SMS provider in Nigeria ? by bakenda(m): 10:46am On Jan 30, 2012
^^
Your API page is quite revealing. Do something 'bout it.
ProgrammingRe: What Is The Best Way To Make A Mobile Application User For Servicesgoo by bakenda(m): 2:10pm On Jan 22, 2012
Assuming we have a hint of the kind of services you want to provide,
we might be able to help more
ProgrammingRe: Programming And Politics: Existing Relationship by bakenda(m): 1:00am On Jan 22, 2012
^^^
That is a better idea, as long as the new motherboard don't run the same BIOS
as the former.
ProgrammingRe: Programming And Politics: Existing Relationship by bakenda(m): 12:43am On Jan 22, 2012
Man, it seems those politicians are hard-wired with corruption,
it will take some serious flashing to re-program them.
WebmastersRe: Mysql: Best Way To Retrieve Data? by bakenda(m): 12:20am On Jan 22, 2012
@ gameaddict : what happens if there is a need to delete a particular
comment-delete all the entries in the PARTICIPANTS column?

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