/ Published in: PHP
URL: http://expressionengine.com/user_guide/templates/globals/url_segments.html
Expand |
Embed | Plain Text
<? $this->EE =& get_instance(); $seg1 = $this->EE->uri->segment(1); $seg2 = $this->EE->uri->segment(2); ?>
You need to login to post a comment.
