In CodeIgniter you can do the following index.php/myfunction
This then calls myfunction() and displays the output of that function.
Can anyone help me understand how the forward slash (/) does the same job as the question mark (?)
This then calls myfunction() and displays the output of that function.
Can anyone help me understand how the forward slash (/) does the same job as the question mark (?)
Comment