Re: FileType making use of the PHP Extesion
Alexander Barkov <[email protected]>
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Yusniel, Yusniel Hidalgo Delgado wrote: > Greetings. I need your help. I don't find how can I search for filetype > using PHP extension of mnogosearch. Can you help me?. > > Note: In the PHP Documentation, I found udm_set_agent_param function, > but in this function, I can't find the right param for my purpose. You can use this function: udm_set_agent_param_ex($agent, "type", "text/html"); > > Thanks for your time.