The following code:
<a href="<?php echo base_url('cpages/viewpicture/'.$this->uri->segment(3)); ?>" class="delete">BACK</a>
Shows:
BACK uri->segment(3);
I am trying to erase uri->segment(3);
part but do not know how to?
The following code:
<a href="<?php echo base_url('cpages/viewpicture/'.$this->uri->segment(3)); ?>" class="delete">BACK</a>
Shows:
BACK uri->segment(3);
I am trying to erase uri->segment(3);
part but do not know how to?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.