http://
I have a catalogue with a MySQL database using PHP. There is a form for editing products and I want to show the data already in the database in the text boxes when the form loads. I tried using value= like this :
<input type="text" name="part" size="40" value="<?php echo($row["part"]); ?>">
But it doesn't work. I searched the internet and there are dozens of examples showing exactly the same thing. What am I doing wrong?


Reply With Quote



Bookmarks