Suppose you hav a url like this:

http://localhost/marbone/admin/products/edit_color?color_id=8

and you need the color_id use the following code :

$color_id = $this->input->get('color_id', TRUE);

working-on-a-computer-smiley-emoticon

Categories: CodeIgniter

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *