PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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.
They will, I'm going to be creating csv files that need to then goto a IP address of a windows box in certain directories. You think I will have to get the windows box set up with a ftp service?