DESKTOP AP (EXECUTABLE FILE, NO INSTALLATION) TO RUN MY PHP SCRIPT
Budget: $30 – $250 USD
I need a Windows desktop ap that lets the user browse to a txt file and calls my PHP script with the path to that file as the input. My PHP script does the rest - displaying output to the screen. I have included a test sample of the input and output.
I have attached 6 files to be used to create and test this Windows desktop ap as follows. File A is my PHP script and files B-F are a single test case of input and output to verify the ap is working.
Below: A is my PHP script. C is a test input txt file (made by saving B as a tab delimited txt file) read in by A. D is the output created by A for input C, saved as a chrome webpage. E and F are jpegs that show you what D looks like.
A. PHPScript.php is a Version 7.2.34 Architecture x64 PHP program that I wrote using Windows xampp.
B. jobs with description - Sheet1.xlsx (Excel spreadsheet used to create file C.)
C. jobs with description - Sheet1.txt (File A reads in file C and creates an HTML table from it.)
D. HTML output by AP saved as Chrome Webpage, HTML Only.htm
E. D top.jpg (shows you the top of what the test ouput looks like)
F. D bottom.jpg (shows you the bottom of what the test ouput looks like)
File A is a PHP script that reads in an Excel spreadsheet saved as a txt file and outputs (echo) an HTML table based on that input. I want this made into a windows desktop ap that is an executable file (no installation) that performs this function as follows.
1. The user clicks on the ap file that you write.
2. The ap asks the user to browse to the Excel spreadsheet txt file (example file C.)
3. The ap calls my PHP script (file A) at MAIN($path) where $path is the directory/name of the txt file (file C) that the user browsed to.
4. My php script reads in the file at the directory/file name, creates the HTML table and outputs it using the echo command.
5. The HTML table displays on the screen as an array of cells just as it would be displayed by a browser connecting to a website.
You ap only has to browse to the txt file (1,2) and call my php script (3,4,5.)
I have attached 6 files to be used to create and test this Windows desktop ap as follows. File A is my PHP script and files B-F are a single test case of input and output to verify the ap is working.
Below: A is my PHP script. C is a test input txt file (made by saving B as a tab delimited txt file) read in by A. D is the output created by A for input C, saved as a chrome webpage. E and F are jpegs that show you what D looks like.
A. PHPScript.php is a Version 7.2.34 Architecture x64 PHP program that I wrote using Windows xampp.
B. jobs with description - Sheet1.xlsx (Excel spreadsheet used to create file C.)
C. jobs with description - Sheet1.txt (File A reads in file C and creates an HTML table from it.)
D. HTML output by AP saved as Chrome Webpage, HTML Only.htm
E. D top.jpg (shows you the top of what the test ouput looks like)
F. D bottom.jpg (shows you the bottom of what the test ouput looks like)
File A is a PHP script that reads in an Excel spreadsheet saved as a txt file and outputs (echo) an HTML table based on that input. I want this made into a windows desktop ap that is an executable file (no installation) that performs this function as follows.
1. The user clicks on the ap file that you write.
2. The ap asks the user to browse to the Excel spreadsheet txt file (example file C.)
3. The ap calls my PHP script (file A) at MAIN($path) where $path is the directory/name of the txt file (file C) that the user browsed to.
4. My php script reads in the file at the directory/file name, creates the HTML table and outputs it using the echo command.
5. The HTML table displays on the screen as an array of cells just as it would be displayed by a browser connecting to a website.
You ap only has to browse to the txt file (1,2) and call my php script (3,4,5.)