foodwatch Posted June 26, 2007 Share Posted June 26, 2007 I am working on a flatfile configuration program and I need to read a single record csv file into php and pre-load the values into html text boxes. I have the file reading part working with 6 variables $field1 through $field6. Can anyone help show me how to do this? When I am done, I then save the form back to the same file. This allows a configuration file to be updated from the web. Link to comment https://forums.phpfreaks.com/topic/57186-passing-php-variable-into-an-html-text-field-not-the-other-way/ Share on other sites More sharing options...
trq Posted June 26, 2007 Share Posted June 26, 2007 I have the file reading part working with 6 variables $field1 through $field6. Post your code. Link to comment https://forums.phpfreaks.com/topic/57186-passing-php-variable-into-an-html-text-field-not-the-other-way/#findComment-282599 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.