Jay2391 Posted January 31, 2007 Share Posted January 31, 2007 I know I can do this ....print "<form action=\"page.php?page_id=$page_id\" method=\"post\">"; and add a get_id statement on a page but can you create a double id...print "<form action=\"page.php?page_id=$page_id?page_id2=$page_id2\" method=\"post\">";and get it ... this may be wrong but just checking :-\ Link to comment https://forums.phpfreaks.com/topic/36433-can-you-make-double-ids/ Share on other sites More sharing options...
fert Posted January 31, 2007 Share Posted January 31, 2007 & not ? Link to comment https://forums.phpfreaks.com/topic/36433-can-you-make-double-ids/#findComment-173369 Share on other sites More sharing options...
Hypnos Posted January 31, 2007 Share Posted January 31, 2007 page.php?page_id=$page_id&page_id2=$page_id2But your script has to be coded to accept the page_id2 GET var. Link to comment https://forums.phpfreaks.com/topic/36433-can-you-make-double-ids/#findComment-173371 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.