₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,083 members, 8,420,228 topics. Date: Thursday, 04 June 2026 at 02:06 PM

Toggle theme

Debeginin's Posts

Nairaland ForumDebeginin's ProfileDebeginin's Posts

1 2 3 4 5 6 7 8 ... 20 21 22 23 24 (of 24 pages)

PoliticsRe: Genocide Reported In Kuru Village Of Jos by debeginin(m): 1:22am On Jan 26, 2010
trenchcoat:
hmmm, arnen banza.
Absolutely true.
PoliticsRe: Genocide Reported In Kuru Village Of Jos by debeginin(m): 1:16am On Jan 26, 2010
Northern Muslims are terrorist.They attacked christians worshipping in the Church first and christians retaliated simple.
Nairaland GeneralRe: Nigeria Islamic Banking Not Allowed by debeginin(m): 1:57pm On Jan 20, 2010
I agree with you.Those hausa Muslims are bunch of animals.
PoliticsRe: Nbc Stops Bakare’s Live Broadcast by debeginin(m): 2:19pm On Jan 18, 2010
Kudos to Men of God Like Pastor Tunde Bakare and that Prilate of the Methodist Church that lambasted the living day light out of Obasanjo
and com criminals at the Oni of Ife 80th birthday
Tech JobsRe: Free Programming Ebook On Php, Python, Java, Actionscript, C, C++, Javascript by debeginin(m): 5:08pm On Dec 22, 2009
Pls o i need ebook on php(beginner n advance) and actionscript(beginner n advance). Dis my email:angelo4usall@yahoo.com
SportsRe: Nigeria Players To Be Age-Tested by debeginin(m): 12:51pm On Jul 18, 2009
Companies, organizations e.t.c should deploy this technology in their recruitment excercise lolo.
PhonesRe: >>>sony Ericsson Thread<<< by debeginin(m): 11:40am On Jun 17, 2009
I use sonericsson C905.I can browse on my phone but can't even connect let alone browse whenever I try to on my laptop.
I keep getting "if you are using a proxy server make sure that server is unchecked"
Please I need your help on this.
PhonesRe: >>>sony Ericsson Thread<<< by debeginin(m): 11:33am On Jun 17, 2009
I can browse on my phone.
But when I try to connect it to my laptop it won't connect let alone browse.
keep getting"if you are using proxy make sure the server is unchecked"
I need your help.
PhonesRe: Browsing Tools by debeginin(m): 11:06am On Jun 17, 2009
I can browse on my phone sony ericsson C905,but can't get it browse on my laptop after all configurations.
keep getting "if you are using a proxy make sure that server is unchecked"
don't know how to fix this.need your help.
WebmastersRe: Php Help by debeginin(op): 10:48pm On May 16, 2009
Your site is simple and cool,I like it.
I registered my membership but couldn,t activate it
via the link sent to my mail.Keep getting wrong parameter.
Bro's weyting I go do,although I send mail to your support
sha.
WebmastersRe: Php Help by debeginin(op): 9:52pm On May 16, 2009
No it didn't work.But i am still trying to get it work.
This is what I actually have in mind to design.A Fictitious
School's website for registration.
1 )Get your scratch card
2)goto schools site
3)Enter your PIN and serial number and submit
4)Goes to database and check out from a table if PIN indeed exist.
5)check to make sure that PIN has not been used by another person from A TABLE(usepins) that contains students details
6)if PIN has been used echo(pin has been used)
7)Else redirect to registration form.
I don' know if I am in line from my code.
Please help me out I really need this first code to work to serve as a motivation.
Thanks for help so far.I will do exactly as you instruct.
WebmastersRe: Php Help by debeginin(op): 8:59pm On May 16, 2009
Something is wrong somewhere,
I can't connect your site from my system.
uhm,bro.how do I connect?
WebmastersRe: Php Help by debeginin(op): 3:47pm On May 16, 2009
segsalerty:
sorry sir , at first your db connection wont work ,
in PHP , if you write
$name = "segun"; // a string , right?
and later say echo "$name";
coz you think $name holds a string value , pls dont make that mistake anymore in php, you dont put variables in double quote , php sees it as a string , hope you got that point sir,
why not write your dbconnect simply as
mysql_connect("localhost", "user_name" , "passwordsmiley;
mysql_db("my db"wink
simple!
well, good other line of code for a php starter,

you can go get some other php ebook/material from my website www.segsworld.com
it will help ! just register to access my software downloads page!
Thanks sir.
Being trying to check out your site but being having little trouble opening it,but will sure try it later.
Now time to try out your advice.
WebmastersPhp Help by debeginin(op): 12:18pm On May 15, 2009
I am new to PHP and have been trying to do some coding,but something is just not right with my first PHP code.Please help me point out my error(s) O!
<?php
$user_name="root";
$password="nbuser";
$database="Meet_A_Geek";
$server="localhost";
mysql_connect("$server","$user_name","$password"wink or die("cannot connect"wink;
mysql_select_db("$database"wink or die("cannot select DB"wink;
$mypin=$_POST['pin'];
$myserialnum=$_POST['serial'];
//check to see if PIN and SERIAL number indeed exist
$sql="SELECT*FROM cardserials WHERE cardpins='$mypin' AND serialnumber='$myserialnum'";
$result=mysql_query($sql);
$count=mysql_num_rows($result);
//if ppin and SERIAL exist,check to see if it has been used by another person.
if(count==1){
$myresult=mysql_query("SELECT*FROM usepins WHERE card_pin='$mypin' AND serial_no='myserialnum'";
$finite=mysql_num_rows($myresult);
//if it has been used,notify user
if($finite==1){
echo"Card has been used";
}else{
mysql_query("INSERT INTO usepins (card_pin,serial_no) VALUES('$mypin','$myserialnum')"wink;
}
}else{
echo"check your details";
}
?>
ProgrammingRe: Learn Java Programming Here Easily by debeginin(m): 4:57am On Mar 02, 2009
I want to learn java database programming but don't know how to
configure my platform to get started.
please I need you to show me how.
Thanks.
ProgrammingRe: [j2ee Track] Or [.net Track] by debeginin(m): 10:09pm On Feb 28, 2009
Please I really want to learn database programming in java.
Please where do I get this JDBC driver and DBMS?
ProgrammingRe: [j2ee Track] Or [.net Track] by debeginin(m): 6:46pm On Feb 28, 2009
Please I really want to learn database programming in java but the tutorial I got which is contained
in a CD ROM is not explicit on the installation of the DBMS,JDBC drvers.
Please where do I get this JDBC driver and DBMS?
ProgrammingRe: Post Ur Vb 6.0 Questions Here by debeginin(m): 1:25pm On Feb 03, 2009
Please house Ineed you guys to tell me the IDE I can use for VB6.0 and let me into a very good VB textbook for a beginner.Thanks.
PoliticsRe: Warranty: China To Replace Nigerias Satellite For Free by debeginin(m): 11:43pm On Jan 22, 2009
earthMama,at 49 still growing?Obasanjo your idol?
Chineke!
Foreign AffairsRe: Obama Orders Guantanamo Closure by debeginin(m): 11:23pm On Jan 22, 2009
Let's hope Obama knows what he is doing.but if u ask me,his action leaves America prone to another attack.
ProgrammingRe: Tutorials On Game Programming by debeginin(m): 1:25pm On Nov 30, 2008
Please can anybody in the house send me e-books
on Network programming?
This is my email angelo4usall@yahoo.com
Thnx.

1 2 3 4 5 6 7 8 ... 20 21 22 23 24 (of 24 pages)