Jump to content

Edit data in database


aashcool198

Recommended Posts

I have created a program in which user can create his profile and edit it.

There is one dropdown box.

 

<select name="dep" >
<option value ="">Please Select</option>
<option value ="Devlopers">Devlopers</option>
<option value ="web">Web</option>
</select>

 

What i want that when the user clicks on edit profile. In edit page the value

shown in combo-box should be same as what he filled in previously.

using database (where the previous value is stored) how can i do this?

Please help! 

Link to comment
https://forums.phpfreaks.com/topic/161032-edit-data-in-database/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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