co.ador Posted April 22, 2011 Share Posted April 22, 2011 <?php $parentesco .=' <ul><li><a href="children.php?category_id='.$idc.'&name= '. $name2 . '">'. $name. ' </a></li></ul>'; ?> in the url string $idc is passing but $name2 is not. $name2 is pickup from a query, I echo that value everywhere in the code and it echo its value but is not passing so how. Help Quote Link to comment https://forums.phpfreaks.com/topic/234414-passing-parameters-in-url-not-passing/ Share on other sites More sharing options...
co.ador Posted April 22, 2011 Author Share Posted April 22, 2011 Never mind it passed already Quote Link to comment https://forums.phpfreaks.com/topic/234414-passing-parameters-in-url-not-passing/#findComment-1204759 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.