What's new

Pa help po html/php

Hesoyam-

Honorary Poster
Joined
Aug 10, 2021
Posts
195
Solutions
2
Reaction
34
Points
129
Age
22
1665449240928.png

<div class="name">
<h4 class="introTxt">Information</h4>
<div>
<label for="name">Full Name</label>
<input class="input" type="text" id="funame" name="funame" placeholder="Enter your Full Name">
</div>
<div>
<label for="title">Professional Title</label>
<input class="input" type="text" id="title" name="professional" placeholder="Enter your title">
</div>
</div>



<div>
<label for="name">Full Name <?php echo $_POST["funame"]; ?></label>
</div>
<div>
<label for="title">Professional Title <?php echo $_POST["professional"]; ?></label>
</div>
</div>
 

Attachments

Last edited:
Wala 'yatang pumasok na key sa array na "funame" or "professional" kaya nag-throw ng undefined, check mo kung pumapasok talaga 'yung value or may mali sa logic.
 

Similar threads

Back
Top