Jump to content

benchew0904

Members
  • Posts

    43
  • Joined

  • Last visited

    Never

Everything posted by benchew0904

  1. oh ok, thanks a lot
  2. ooppss..sorry, here is my code <form name ="form" method = "POST" action ="profile.php"> <table style="width: 65%"> <tr> <td>Name</td> <td><input type="text" name="name" value =<?php echo $name; ?> /> </td> </tr> <tr> <td>Email</td> <td><input type="text" name="email" value=<?php echo $email; ?> ></td> </tr> </table> </form>
  3. I have some problem when I want to echo out a text which is retrieve from my database and place it inside a text box but it stops showing when there's a space. If I echo it out outside of the textbox, then there's no problem. May I know how to resolve this problem. Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.