Posts by Phentom • 46 points
1 post
-
3
votes1
answer722
viewsA: Send URL with variables in PHP
Try this: <select id="selectAdults" name="selectAdults"> <select id="childs" name="childs"> If it doesn’t work, you can always change the $_REQUEST['dpd1'] for $_GET['dpd1'] or…