Compare commits

..

1 Commits

Author SHA1 Message Date
2e2e0b67f0
Fix appointment insertion in database 2020-07-10 13:27:48 +02:00

View File

@ -63,6 +63,7 @@
<button class="create_btn" type="submit" name="create" >Añadir cita</button>
<?php $doctor = fetchDoctor($pdo); ?>
<input type="hidden" name="doctor" value="<?php echo $doctor; ?>">
<input type="hidden" name="fecha" id="fecha">
</form>
<?php closeDatabase($pdo); ?>
</div>