Search feature in database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
miraklose
Forum Newbie
Posts: 2
Joined: Sat Mar 31, 2012 10:39 pm

Search feature in database

Post by miraklose »

Guys,

I have a search feature in my system, but whenever i prompt the system to search in the database for the keyword that i entered, this page pops out:
ACCESS FORBIDDEN! You don't have permission to access the requested object. It is either read-protected or not readable by the server.

If you think this is a server error, please contact the webmaster. Error 403.
What should I do? i can perform editing, viewing, and inserting new data into my database. Everything works fine except the search feature.

Please help. Thanks in advance
xtiano77
Forum Commoner
Posts: 72
Joined: Tue Sep 22, 2009 10:53 am
Location: Texas

Re: Search feature in database

Post by xtiano77 »

Can you share the portion of the script in question so we can try to help you?
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Search feature in database

Post by social_experiment »

“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply