Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用以下代码显示基于 IP 的区域: if ($_SESSION['smart_ip']['location']['country_code'] == 'IN'): ?>
印度内容特定
我想打印节点,只有在上述条件满足时才具有印度的术语: foreach ((array)$taxonomy as $item) print $item-> India
如果您的目录允许您识别与某个会话相关联的地理位置,则可以向该目录中的每个条目添加属性“搜索词”。这样,一旦您在目录中识别出与会话相关联的位置,您就会拥有一个搜索词列表。然后,您可以使用这些搜索词来过滤所有帖子的数据库查询,以仅获取那些包含一个或所有给定搜索词的帖子。
示例印度的搜索词列表可能以(India,Bhārat,Gaṇarājya,...)...开头
(India,Bhārat,Gaṇarājya,...)