boney alex Posted April 30, 2007 Share Posted April 30, 2007 Hi, is it possible to use the GET method to gather more than one id from a link? Ive got a table of vehicles that have been displayed according to a search. The important variables that I need to take to my next page are: $makemodelID, $branchID, $collectiondate, and $returndate. <td><a href=\"bookthisvan.php?id=$makemodelID\branch=$branchID\collection=$collectiondate\returndate=$returndate\">Book this Van!!!</a></td> At the moment all this seems to do is set the id to "$makemodelID\branch=$branchID\collection=$collectiondate\returndate=$returndate". Are there any ways around this? Cheers Link to comment https://forums.phpfreaks.com/topic/49245-solved-get-method-problem/ Share on other sites More sharing options...
AndyB Posted April 30, 2007 Share Posted April 30, 2007 href=bookthisvan.php?id=whatever&nextvar=something&nextvar2=wombat etc Link to comment https://forums.phpfreaks.com/topic/49245-solved-get-method-problem/#findComment-241359 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.