YoungManRiver
IS-IT--Management
All,
Have a file posted at:
with 5 buttons. Problem is I'm having trouble getting the buttons to differentiate themselves. Been trying to use the function "set_but" to solve this, but not sure I'm calling it correct nor setting up the passing of vars to it right.
The purpose of this file, is to read in an Excel file (thus TBS Excel class) and then write data to another Excel file. Right now, I'm using MySQL to hold the R:C mapping between the files and have not yet set up any MySQL queries, until I can the button to perform their various functions.
Buttons are:
Right now all the buttons, other than "Browse" are just opening the originating file.
Kinda new on the PHP side, so still feeling my way.
All help appreciated!
Thanks!
YMR
Have a file posted at:
with 5 buttons. Problem is I'm having trouble getting the buttons to differentiate themselves. Been trying to use the function "set_but" to solve this, but not sure I'm calling it correct nor setting up the passing of vars to it right.
The purpose of this file, is to read in an Excel file (thus TBS Excel class) and then write data to another Excel file. Right now, I'm using MySQL to hold the R:C mapping between the files and have not yet set up any MySQL queries, until I can the button to perform their various functions.
Buttons are:
[li]Browse - From built in <input type=file> field,[/li]
[li]View Input File - Uses TBS Excel Class to open originating file,[/li]
[li]Process - Scrapes the data from file1 into file2,[/li]
[li]View Output File - Process file, if not already done and opens target file with TBS Excel Class,[/li]
[li]Print Output - Process file, if not already done and print out the resulting target file.[/li]
Right now all the buttons, other than "Browse" are just opening the originating file.
Kinda new on the PHP side, so still feeling my way.
All help appreciated!
Thanks!
YMR