Ayodeleolu2014's Posts
Nairaland Forum › Ayodeleolu2014's Profile › Ayodeleolu2014's Posts
1 (of 1 pages)
which city do u wanna do it? |
wapka,pbnl,jcms etc........ #Gone are those days! |
xij38580:K. Thanks, bro. Do you have there email? If Yes, please send it so that I can attach my CV and I.T application letter to them. Thanks. |
guys, please help ur man. |
perdadventure, you guys have any place in mind, pls inform me. Thanks. |
jabless:Alright, I'll. Thanks. |
greenmouse:Thanks man. I've done that. Perdventure, you have any place in mind, please inform me. |
guys, pls help. |
guys.. please help. |
yea. because that is where i reside. if the company is into web development alone, it's ok by me. |
guys.... please help. |
Don't just view this topic, please help. |
thanks bro. but can u pls tell me if u knw one in ibadan. |
Good evening to you all. I'll starting my I.T by next year but I have no idea on where to do it. Anybody that knows any web development firm in ibadan where I can apply for should please comment. Thanks. |
Good evening to you all. I'll starting my I.T by next year but I have no idea on where to do it. Anybody that knows any web development firm in ibadan where I can apply for should please comment. Thanks. |
Good evening to you all. I'll starting my I.T by next year but I have no idea on where to do it. Anybody that knows any web development firm in ibadan where I can apply for should please comment. Thanks. |
seriously, the result for developers is taking too long than expected... it's over 3 weeks now. Had it been u'v told dem(developers) earlier that the result will b out after a month, we wouldn't have been so eager to see the result. @ All judges, please be fast about it and let the season 3's challege asap! |
I'm a beginner at web development and I've done some little stuffs on web. I wanna upload two websites. Does anybody have an idea on the cost of web hosting + domain? I wanna buy .com and .org domain. |
I'm currently working on a small web application called expenses whereby can save your expenses to a mysql db via php array. Here is how it works. In the first page, you'll have to enter the number of items that you want to save their expenses to the mysql db. So, let's assume that you enter 3 as the number of items, you'll be redirected to another page whereby you'll be provided with textboxes where you'll enter the name of the items and their corresponding amounts and then click on save button to save it to the database. So, how can i restrict the amount textboxes to accept only numeric characters and a dot in such a way that numeric character must start, then followed by a dot (which is optional) and it must also end with a numeric character. e.g 100.8 , 250.4 , 250, 300.8 , 200. This is my code foreach ($amount as $digit) { if((!ctype_digit($digit)) || ($digit<1) || (!preg_match("/[\.]$/",$digit))) { echo " Only positive, numeric, non-zero digits and a dot are allowed for amount of item"; exit(); } } I'll be glad if you help me correct this because it's been up to 2 days now that I've been battling with this. THANKS AND GOD BLESS! |
Programmers in nairaland, please help.. dnt just view this thread! |
I'm currently working on a small web application called expenses whereby can save your expenses to a mysql db via php array. Here is how it works. In the first page, you'll have to enter the number of items that you want to save their expenses to the mysql db. So, let's assume that you enter 3 as the number of items, you'll be redirected to another page whereby you'll be provided with textboxes where you'll enter the name of the items and their corresponding amounts and then click on save button to save it to the database. So, how can i restrict the amount textboxes to accept only numeric characters and a dot in such a way that numeric character must start, then followed by a dot (which is optional) and it must also end with a numeric character. e.g 100.8 , 250.4 , 250, 300.8 , 200. This is my code foreach ($amount as $digit) { if((!ctype_digit($digit)) || ($digit<1) || (!preg_match("/[\.]$/",$digit))) { echo " Only positive, numeric, non-zero digits and a dot are allowed for amount of item"; exit(); } } I'll be glad if you help me correct this because it's been up to 2 days now that I've been battling with this. THANKS AND GOD BLESS! |
1 (of 1 pages)