Compare commits
1 Commits
2aaa693e2c
...
2e2e0b67f0
Author | SHA1 | Date | |
---|---|---|---|
2e2e0b67f0 |
@ -63,6 +63,7 @@
|
|||||||
<button class="create_btn" type="submit" name="create" >Añadir cita</button>
|
<button class="create_btn" type="submit" name="create" >Añadir cita</button>
|
||||||
<?php $doctor = fetchDoctor($pdo); ?>
|
<?php $doctor = fetchDoctor($pdo); ?>
|
||||||
<input type="hidden" name="doctor" value="<?php echo $doctor; ?>">
|
<input type="hidden" name="doctor" value="<?php echo $doctor; ?>">
|
||||||
|
<input type="hidden" name="fecha" id="fecha">
|
||||||
</form>
|
</form>
|
||||||
<?php closeDatabase($pdo); ?>
|
<?php closeDatabase($pdo); ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user