php5.ini file in godaddy for full text search

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
deveshjain123
Forum Newbie
Posts: 1
Joined: Sun May 16, 2010 10:34 am

php5.ini file in godaddy for full text search

Post by deveshjain123 »

I am using godaddy shared server for my site.
I have to use full text feature with minimum length of characters fixed at 2.
By default in godaddy its fixed at 4.

Please help me how can i decrease the minimum character limit defined to TWO for the full text feature ina godaddy shared server.
Tickets raised to godaddy is being answered "change your php5.ini file settings".
Now what is this file and what change do i need to do there? Please help me in this regards

Regards
devesh
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: php5.ini file in godaddy for full text search

Post by requinix »

php.ini has nothing to do with this.

It's a MySQL setting and, if I remember correctly, involves changing a setting most people don't have access to. That is, you'd have to ask GoDaddy to change it.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: php5.ini file in godaddy for full text search

Post by pickle »

php.ini is a file that allows you to set directives used by PHP - directives such as maximum file upload size, include paths, etc. The minimum word length for MySQL full text searches is usually set in my.cnf - the MySQL server config file. I really doubt you have access to that file and, since it's server-wide, I really doubt GoDaddy will change it for you.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply