I need to send two values per parameter to another page, but the value field of the select tag only sends a ... How could I send two?
Follow the code:
<option value="<?php echo $data->format("d/m/Y"); ?>">
<?php echo $data->format("d/m/Y").' às 14:15'; ?>
</option>