PDA

View Full Version : quick question


claywso
02-15-2004, 07:38 PM
this doesn't work

<input type="text" name="title" cols="30" rows="5" id="title" value="<?php echo $title ?>">

how can i display the data correctly in the <input> field?

clay

Brian
02-15-2004, 07:42 PM
I need a little more information. What file is this in? What are you trying to do at the time? Do you have a link to the page having the problem?

claywso
02-15-2004, 07:44 PM
http://www.soulscore.com/calendar/escalAE.php?eid=95

there's no problem, it's just that i'm trying to make it so that when i edit an event, the data that is already in the database is displayed in the fields for editing.

thanks!

(edit) - i guess it is a problem, just not one that's keeping me from functioning.

more details: though those fields are blank on that page, the corresponding fields in the database are not blank. the code up above just isn't displaying the data in the <input> box. wondering if there's a character i'm leaving out of that tag or something...