frozenpeas
Technical User
Hi, my fields are just showing up blank. Does anyone know why?
Thanks.
I am calling the row properly and am able to use the data elsewhere. I think it's the syntax of my code. I have narrowed the problem down to the lines below.
Thanks.
I am calling the row properly and am able to use the data elsewhere. I think it's the syntax of my code. I have narrowed the problem down to the lines below.
Code:
<?
echo '<input name="date" type="text" id="date" maxlength="6" size="6" value="'.$row['date'].'">';
?>