如何从drupal 7中的URL获取页面参数

时间:2015-05-11 18:46:52

标签: php codeigniter drupal drupal-7 drupal-6

我在drupal 7中的菜单钩子上创建了

http://example.com/assistance/product-help/abcd+%20test

我的网址是

function product_water_serach($product_name)
   {
     echo $product_name; 
   }

我的功能是

part of(A.col1) = B.col2

输出是:abcd test

我的要求输出应该是:abcd + test

请提出以上解决方案。

0 个答案:

没有答案