₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,282 members, 8,449,567 topics. Date: Wednesday, 22 July 2026 at 02:22 AM

Toggle theme

Onyengbu's Posts

Nairaland ForumOnyengbu's ProfileOnyengbu's Posts

1 2 3 4 5 6 7 8 ... 16 17 18 19 20 21 22 23 24 (of 46 pages)

WebmastersRe: Online Payment Platform[webpay] For Your Websites Doesn't Cost 150k Its 25k by onyengbu: 3:10am On Dec 09, 2013
SureBiz: Everyone is entitled to their own opinion, that however doesn't change the facts stated
You fccked up bro, no sane person here is gonna trust your biz.
WebmastersRe: How To Ensure All Clients Pay by onyengbu: 12:50pm On Dec 08, 2013
those conditions are for an established, well known developers.
Do you expect someone who landed a job after 6 months of begging to start presenting terms & conditions documents to the client?
WebmastersRe: Guys A Brother Needs Help With His Website Form. How Can It Be Done? by onyengbu: 6:45pm On Dec 07, 2013
nobswesbter: Hi guys,

I need your help. This thing is totally frustrating me. I'm going crack any moment from now. It's like trying to have intimacy with one-legged woman.

I created an html form for my site. I want to be able to redirect my users to another url when the form is completed and also receive the datas in my my email. i don't know how to achieve this without php. i have tried and tried but nothing is working.

I have been able to use <form method="post" action="http://meetingwomenanddating.com" to redirect the form after completion but how can i receive the datas users submitted also.

I will appreciate a step by step guide.

Thanks... I'm waiting by the system.
you need php to get your data...
WebmastersRe: Help Me Plssssssssss by onyengbu: 6:43pm On Dec 07, 2013
Please explain yourself better. starting from what you wanted to do and how much you know about it...
WebmastersRe: Which Programming Language Should One Know To Create A Quiz Based Website by onyengbu: 4:21pm On Dec 07, 2013
pesty100: Have searched all programming language am yet to find.... I will really appreciate if someone could help me out
if you are good with php/mysql/ajax/jquery you will understand that you can achieve it. I am not saying that i can do it, i am saying that i have done it already.

Mine is a php/mysql web application where you can sign in, select your choice quiz and start taking it. As an admin user or a person with an admin account, you can sign in and set the questions yourself. It scores you live as you take the test and sums up your score at the end of each test.
It also logs your scores for future reference. Everything is built from the scratch and so, can be modified to your taste.
Multiple users can take the same test at the same time and each user will be presented with varying options even though the question has same answer. ***let me explain that more: each question has options A - E. How ever, option A will not be the same for user1 and user2. User1's option A might be user2's option D. So if user1 communicates to user2 that the answer is C for example, user C will end up getting the result wrong.

Like i said, its done already. If you really need it, request for the demo. Datz all.
WebmastersRe: Help With Php, Please! by onyengbu: 11:52am On Dec 07, 2013
sampeke: I want create a database using form as a mode entry for my students so that their parents can access results anytime or anywhere. Plz any help will be welcome...
What they are saying above is that your request is rather very easy for someone who KNOWS HOW to do it.

But judging from your question, you will need a month long lesson to understand it.

ADVICE: Pay someone like me small money to implement your stuff in a matter of hours, ok?
WebmastersRe: Which Programming Language Should One Know To Create A Quiz Based Website by onyengbu: 4:55pm On Dec 06, 2013
[quote author=Love_Decay]Learn Python or Ruby .. Save ur self ..[/quote]
Successguilders: Php thats all
Are you saying it cant be done with php/mysql ?
WebmastersRe: I Thought Graphicsplus Was Ban For Illegal Video Issue. by onyengbu: 7:29pm On Dec 05, 2013
GraphicsPlus: Brown doesnt need pardon. he is a rigtheous man. a righteous man needs no pardon.

so u just created a new profile to create this thread. why do u guys lack guts?
why are you so annoying?!
WebmastersRe: Which Programming Language Should One Know To Create A Quiz Based Website by onyengbu: 9:40pm On Dec 04, 2013
pesty100: no p where is the link to your website
its not online, its on my system but if you really need it, i will put it up online for you. However, i need to know you really need it and also its not free.
Testing and demo is free though...
WebmastersRe: Help O by onyengbu: 9:31pm On Dec 04, 2013
---
WebmastersRe: Help O by onyengbu: 9:02pm On Dec 04, 2013
hilaryiwens05: Hanhan babe....don't give d guy false hope naaa. I neva learnt photoshop. Just corel and fireworks and am doing just great
you neva learnt photoshop and you do great? Doubt it. Seriously.
WebmastersRe: Which Programming Language Should One Know To Create A Quiz Based Website by onyengbu: 8:51pm On Dec 04, 2013
I have done it with php/mysql. And then I used ajax/jquery to spice it all up.

If you need the demo, holla me.
WebmastersRe: My Aitel Bis Subcription For My Ipad Is Still On And Rocking! by onyengbu: 7:24am On Dec 04, 2013
No they didnt. You subscribed b4 3rd. Enjoy it while it lasts!
WebmastersRe: Forum Site For Sale by onyengbu: 3:25am On Dec 03, 2013
umanahnsidibe: check out here www. careitonline.co
you are not serious at allll. Chei!
WebmastersRe: Creating Clean Urls Using Mod Rewrite by onyengbu: 3:05am On Dec 03, 2013
owambe: using the include('"wink;, method, and its been working until i tried working with the clean urls
i thought as much. Now can u tell me:
1. your directory structure relative to subscribe.php and the included file? Are they in the same directory? Or not?

2. Are there other included files in subscribe.php and if yes, at which point in your page was the db connection file included?

The reason why i am asking all these questions is that i experienced it first hand i solved it on my own, needless to say it gave me tough time but at the end it all made me sort of a voice on that issue.
These problem occur because, with the new way you display your url, its become a bit hard for files on a page whose normal filename has been rewritten to link all the files that run that page.

Your externally linked css, js files a bound to suffer challenges unless you linked them like say:
<link href='http://yourdomain.com/css/style.css' type='css' />
rather than
<link href='css/style.css' type='css' />


the includes are not supposed to be affected by the linking issue but i suspect something else is amiss.
If it were me, there are many ways i'll troubleshoot this. For e.g, i will put the connection code directly on susbscribe.php and make sure i include die(mysql_error()) in my query just to root out that side of the problem.
WebmastersRe: Creating Clean Urls Using Mod Rewrite by onyengbu: 12:34pm On Dec 02, 2013
owambe: yes it didnt work, the data from row 4 didnt work. the images part worked.
Now tell me, how did you link your connection script to susbcribe.php
Let's start from there?
WebmastersRe: Creating Clean Urls Using Mod Rewrite by onyengbu: 7:12pm On Nov 29, 2013
owambe: WHAT ABOUT THE DETAILS THAT ARE NOT PASSED TO THE OTHER PAGE, FROM MY DATABASE, BECAUSE THATS IS THE ESSENCE OF MY URL
i dont get you. Are you saying that database row with id of 4 is not returned from db? I really dont get your question.
Did the image and css work with the fix i gave you above?
WebmastersRe: Creating Clean Urls Using Mod Rewrite by onyengbu: 11:51am On Nov 29, 2013
So it works...

Ok for the missing image:
Put this line in the head section of your page:
<base href="http://yoursite.com"/>


If you are on your local host you can change 'yoursite.com' to somthing like 'localhost/site'.

I dont know your xamp filesystem but yoursite.com should be your server_name.
WebmastersRe: Mysql: Best Way To Retrieve Data? by onyengbu: 11:45am On Nov 29, 2013
gameaddict: I know this is old but I feel I should come back and relay some info.

Bakenda's suggestions were right on! and JOINs are awesome and are simply a case of intersections and unions. They're intuitive and allow for both well designed databases and well defined/structured code.
And... if you're like me and you're worried about using up the database space, don't. If you design the database well enough, everything will work out fine. If the database gets used up, it'll be because a lot of people are using your site by which time you'll probably have made enough to triple database size.

Cheers.
There was another way I achieved your feat.

The target is notifying other posters abi?

I had a 'notifications' table and 'followed' table. When anyone posts on any topic, his 'user_id' and 'topic_id' gets inserted into the 'followed' table.
Now each time theres a new comment, after performing the comment insert query, I also perform notification insert which inserts a notification message for every user in the followed table where topic_id matches the current topic.
Now the notification can also go to a user who simply 'followed' the topic without actually posting anything.


**** To prevent notification table being overcrowded, i remove each notification row whenever a user opens the notification page matched with the notification id.
WebmastersRe: Creating Clean Urls Using Mod Rewrite by onyengbu: 10:41am On Nov 29, 2013
owambe: am kinda confused, because if i reconstruct the link to wat u have just said, hw does the content from the database show. cus am displaying the content usin id numbers
Thats the idea bro. The .htaccess code (RewriteRule subscribe/(.*)/ subscribe.php?id=$1) tells Apache server that 'subscribe/4' is a request for 'subscribe.php?id=4' .

Thats the point of the whole thing. You dont need to bother about that. Just find out if the code works. If it works, there will be other new problems that will arise. For example, your css and other linked files might not link corectly and that will affect the page formatting. But that one is no problem at all cos you just need only one line of code to fix that.

Just test first.. I have been through this path before.
WebmastersRe: Creating Clean Urls Using Mod Rewrite by onyengbu: 7:14am On Nov 29, 2013
owambe: i took the snippet u gave me,
created a .htaccess file
inserted the snippet into the .htaccess file
changed the index.php to subscribe.php, because thats the name of my page,
i have tested it locally on xampp and remotely

is there something am doing wrong,
or can u fix a sample for me that i can test and follow.
thanks
First question is: is .htacces working on your xampp? If it is, hope you werent expecting the code to redirect your original link?

You have to re-structure your link from
<a href="subscribe.php?id=4">Link</a> 
to
<a href="subscribe/4">Link</a> 

Its not that the first link above will no longer work but it wont automatically show up in your address bar as the second one just because of the url. Though that can be achieved but not with this .htaccess code.

Did this answer your question?
WebmastersRe: Creating Clean Urls Using Mod Rewrite by onyengbu: 9:13am On Nov 28, 2013
owambe: it didint work sir pls help

# Enable Rewriting
Options +FollowSymLinks
RewriteEngine on
RewriteRule subscribe.php/(.*)/ subscribe.php?id=$1
Tell me exactly ALL you did and let me know what the problem is...
WebmastersRe: Creating Clean Urls Using Mod Rewrite by onyengbu: 5:46pm On Nov 26, 2013
owambe: Hello peeps, i have been trying to get the use of mod re write to create clean urls, basically what i want to achieve is when evera link like this is accessed "index.php?=4" it should be converted to something like this index.php/4/. thanks any post is welcomed,
if you know what .htaccess is,

create this lines of code inside it

Options +FollowSymLinks
RewriteEngine On
RewriteRule index.php/(.*)/ index.php?id=$1

HOWEVER if you dont know what .htaccess is,
create a file you will name ".htaccess" put the line above inside it and put in the same directory as your "index.php"

*NB: if you want the url to show as "index/4" rather than "index.php/4", remove the ".php" just before the first "/" in my code.
Ciao
Nairaland GeneralRe: Which Website Are You So Addicted To? by onyengbu: 1:41pm On Nov 25, 2013
Science4me: I am the programmer of Campuspeeps my name is Science4me
Ole! dont let me open your nyash for here. Anuofia!
WebmastersRe: GraphicsPlus Sells Video Tutorials He Got For Free by onyengbu: 3:19pm On Nov 15, 2013
[size=18pt]Thou shall not touch His Annointed! grin[/size]
WebmastersRe: GraphicsPlus Sells Video Tutorials He Got For Free by onyengbu: 2:36pm On Nov 15, 2013
kingthreat: From the way it is, this site should be brought down http://www.webtutsfromscratch.com/

Else the original owners made to know about it. Since Graphicsplus claims to know many of them personally, I bet they will really be proud of their Nigerian friend grin grin grin
[size=28pt]supported![/size]
WebmastersRe: GraphicsPlus Sells Video Tutorials He Got For Free by onyengbu: 2:22pm On Nov 15, 2013
Reason why people should not take things too seriously in life.
Graphicplus do take things too seriously.

If all these were done by onyengbu, I doubt if anyone will bat an eyelid grin
PoliticsRe: Governor Chime Denies Detaining His Wife by onyengbu:
biodunid: What manner of therapy requires denial of access to communication gadgets? Normally social interaction is prescribed but this case? The presence of her brother at the briefing assures nothing as family members are notorious for preferring their own interest. She should be examined by independent medical authorities appointed by the NMA outside the precinct of the governor's lodge to determine what the truth is.
[size=18pt]Your wife called me the other day and claimed you have been raping her repeatedly on daily basis.

We need you to present your wife to an independent medical authority appointed by the government to confirm you are not raping her! [/size][size=28pt]Ode![/size]
Science/TechnologyRe: Live Updates On Today's Solar Eclipse by onyengbu: 2:40pm On Nov 03, 2013
reporting from somewhere in idemili north LGA of anambra state, we just experienced a partial eclipse!
Christianity EtcRe: Over 20 Killed At Night-Vigil In Uke, Anambra by onyengbu: 1:57pm On Nov 03, 2013
Ebube Muonso should pray the Bishop doesnt close down that place.
WebmastersRe: I Need An Experience Webmaster Residing In Enugu State by onyengbu: 12:37pm On Oct 24, 2013
meanwhile I amin Awka grin tongue

1 2 3 4 5 6 7 8 ... 16 17 18 19 20 21 22 23 24 (of 46 pages)