liam1412 Posted January 11, 2007 Share Posted January 11, 2007 Hi People.This is really simple but I am quite new to PHP so go easy.Can anyone tell me how to pass 2 variables at once in a query string?????????view_topic.php?topic_id=$topic_id forum_id=$forum_id they become one long variable. what do I need to place between them.ThanksLiam Link to comment https://forums.phpfreaks.com/topic/33713-very-simple-question-re-passing-variables-using-get/ Share on other sites More sharing options...
play_ Posted January 11, 2007 Share Posted January 11, 2007 place &view_topic.php?topic_id=1$topic_id&forum_id=$forum_id Link to comment https://forums.phpfreaks.com/topic/33713-very-simple-question-re-passing-variables-using-get/#findComment-158093 Share on other sites More sharing options...
liam1412 Posted January 11, 2007 Author Share Posted January 11, 2007 See I knew it would be that easy. Just couldn't find it anywhere. Feel dumbass now. Lol Link to comment https://forums.phpfreaks.com/topic/33713-very-simple-question-re-passing-variables-using-get/#findComment-158098 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.