I would like to work with an experienced programmer to create a php script that pulls data from the database –> performs calculation –> posts results to Twitter via api –> updates text file with script calculations (an output file)
The “Performs calculation” is a simple calculation of the price change over the last 7 day period as a percentage. To include simple logic that just checks that the date for latest data in the database is the same as the server/system date.
mySQL Da…
