Hello
I have multiple stristr condition (300+) involved in my php script (in 1 script only). I would like to know if that is okay or should i move to other solution like Mysql table search data and than direct it to accordingly.
Kindly suggest some thing... the 300 condition are stored in include files (every file there is condition i.e there are 300 files in a directory which is included.)
Kindly suggest some thing efficient and fast.
Stristr vs database mysql solution which one is fast ?
Moderator: General Moderators
-
klevis miho
- Forum Contributor
- Posts: 413
- Joined: Wed Oct 29, 2008 2:59 pm
- Location: Albania
- Contact:
Re: Stristr vs database mysql solution which one is fast ?
Are you doing a search function?
Re: Stristr vs database mysql solution which one is fast ?
Yes it is a Search Function
Kindly suggest
Kindly suggest