Drupal Custom Module - Menu Hook using Query String
Posted
by Ferry
on Stack Overflow
See other posts from Stack Overflow
or by Ferry
Published on 2010-03-19T09:50:10Z
Indexed on
2010/03/19
9:51 UTC
Read the original article
Hit count: 200
Currently I have a custom module with hook_menu for path 'search'. It's working just fine. However, it couldn't process the request when I access /search?q=something.
How do I do this? I'm using Drupal 6 btw.
Thanks
© Stack Overflow or respective owner