Writing a file from linux to windows
Posted: Wed Jun 27, 2007 10:33 pm
Hey guys,
Need to be able to connect to a ms sql server from linux; done using the mssql extension
Next problem is I need to be able to write files on the windows server as well, I haven't really an idea where to start on this one? My php script is running in linux obviously, so not sure how I would use the "traditional" fwrite(), fopen() etc. Would the curl library be of any help? Thanks.
Need to be able to connect to a ms sql server from linux; done using the mssql extension
Next problem is I need to be able to write files on the windows server as well, I haven't really an idea where to start on this one? My php script is running in linux obviously, so not sure how I would use the "traditional" fwrite(), fopen() etc. Would the curl library be of any help? Thanks.