jaay Posted April 7, 2010 Share Posted April 7, 2010 Well it may be a basic issue, but I cant seem to get around it. In cakephp I am passing args by using routes. Now Say I use hyperlinks like http://localhost/myapp/t/tag1 everything works fine. However, what I am trying top accomplish is to make that last bit of the url (tag1) a variable and pass it value from an input box. Now I have the input box and a submit button ready, where I am stuck is how to pass the value of the input box as tag1???? Whatever I do, the controller action receives an empty value (or may be no value). Any help please guys .... Quote Link to comment https://forums.phpfreaks.com/topic/197849-cakephp-passing-args/ Share on other sites More sharing options...
jcombs_31 Posted April 9, 2010 Share Posted April 9, 2010 Well it may be a basic issue, but I cant seem to get around it. In cakephp I am passing args by using routes. Now Say I use hyperlinks like http://localhost/myapp/t/tag1 everything works fine. However, what I am trying top accomplish is to make that last bit of the url (tag1) a variable and pass it value from an input box. Now I have the input box and a submit button ready, where I am stuck is how to pass the value of the input box as tag1???? Whatever I do, the controller action receives an empty value (or may be no value). Any help please guys .... You have to pass the value from your controller to the view for it to be accessible. Quote Link to comment https://forums.phpfreaks.com/topic/197849-cakephp-passing-args/#findComment-1039220 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.