<textarea name="Catatan" type="text" id="Catatan" value="<?php echo $Catatan;?>" cols="45" rows="17"></textarea>

You should echo your variable in between the textarea tags, like this:

<textarea name="Catatan" type="text" id="Catatan" cols="45" rows="17"><?php echo $Catatan;?></textarea>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.