I have some variables stored in plain text in a text file. Unfortunately I am not going to be able to use SQL to solve this one, since that server is not running it. Anyway.
The text file looks like this (everything between the *): * SAVINGS=type1 FILTER=disabled SPOOL=category1 * I use a form to edit this text file. SAVINGS and SPOOL are 'select' form items with multiple options. FILTER is a 'radio' form item with two options. I was wondering if anyone knew how to make the text file pass the variables into the form that i use to edit the text file... confusing? hmm... let's say i was editing the text file that i gave as an example, I would like like the SAVINGS 'select' field in the form to have type1 selected. the FILTER 'radio' field in the form should be checked on disabled. And the SPOOL 'select' field should read category1 Anyone have any ideas on how to do that? Help would be appreciated, Thank you Alex -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]