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 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 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
Archived
This topic is now archived and is closed to further replies.