Stupid question time - is it possible to write to a file from a server to a local PC or write to a file on the server then download to the local PC using FTP functions.
What I am looking to do is compare data held in an SQL database online with an Access equivalent on my laptop. The current solution is to use PHP to output a page as comma delimited format on screen then manually save to c:\mydownloads\compare.txt. Access then reads the text file and compares data. I am looking to simplify and automate the process but as I am pretty new to PHP I am unsure whether it is possible. Any advice gratefully received.
What I am looking to do is compare data held in an SQL database online with an Access equivalent on my laptop. The current solution is to use PHP to output a page as comma delimited format on screen then manually save to c:\mydownloads\compare.txt. Access then reads the text file and compares data. I am looking to simplify and automate the process but as I am pretty new to PHP I am unsure whether it is possible. Any advice gratefully received.