Jump to content

Need help with textbox


coldfiretech

Recommended Posts

Okay so i have a basic community site.  I am setting up the modify profile page right now... On my page i have a bunch of text boxes and what not for them to insert their data into.. What i am trying to do is when there is already data in the database it will print the data from the field in the database into the text box.

Its an html page with php inside of it.. Tried this in html but it just prints the value in the box

 

<input type="text" name="name" value="'.$row['pi_first_name'].'" />

 

Any suggestions?

Link to comment
Share on other sites

how would i go about getting it setup to work on an html page?

 

I already have this.. I just wrote this 5 mins ago and it works in php.. Can u show me how to do this in html with all of my textboxes that are already there???  I dont want to change anything asthetically.. Pretty new to web dev..  Im a vb dev jumping in to fill a position

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.