paulbray Posted April 14, 2011 Share Posted April 14, 2011 I have , for example Col 1 Col 2 Col 3 I need to edit each record individually how Can I set this up I am new to php and am learning bits so any help will be appreciated Link to comment https://forums.phpfreaks.com/topic/233764-how-would-i-go-about-this-editing-inline-data-via-php/ Share on other sites More sharing options...
btherl Posted April 14, 2011 Share Posted April 14, 2011 You could put each column value in a text box, and have a submittable form. Or you could use a toolkit such as Dojo to make a nicer looking form. For this sort of thing I suggest you have a go at some tutorials on google, and then ask here if you are having trouble. Make sure you post whatever code you are working with when you ask here. Link to comment https://forums.phpfreaks.com/topic/233764-how-would-i-go-about-this-editing-inline-data-via-php/#findComment-1201817 Share on other sites More sharing options...
spiderwell Posted April 14, 2011 Share Posted April 14, 2011 do you mean double click the text and it turns into a form input, as thats done via jquery simply enough with the appropriate plugin. look here for tutorial Link to comment https://forums.phpfreaks.com/topic/233764-how-would-i-go-about-this-editing-inline-data-via-php/#findComment-1201821 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.