Return to Snippet

Revision: 50413
at August 20, 2011 00:32 by S_Park


Initial Code
<?
$this->EE =& get_instance();
$seg1 = $this->EE->uri->segment(1);
$seg2 = $this->EE->uri->segment(2);
?>

Initial URL
http://expressionengine.com/user_guide/templates/globals/url_segments.html

Initial Description


Initial Title
Expression Engine URL Segments via PHP

Initial Tags


Initial Language
PHP