Compare commits
1 Commits
2e2e0b67f0
...
2aaa693e2c
| Author | SHA1 | Date | |
|---|---|---|---|
|
2aaa693e2c
|
@@ -63,7 +63,6 @@
|
|||||||
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user