robster All American 3545 Posts user info edit post |
Hey all you php gurus!
I need some direction in figuring out a problem. I want to make a php/html page that allows me to click a button for a certain row in a dynamic table (each row will have this button) and when I click the button, it will open a new text file, and write to it the comma separated values for each column in the database that pertain to that row, and then ftp that file to an external server.
Does anyone have knowledge as to how I might go about doing this. I know I have to use php's ftp function set, but I cant figure out how do the the file creation, because I dont really want to save the text file anywhere, but just create it and ftp it, and after that, I could care less that it exists, and would prefer that it didnt get saved because that will just take up space.
Thanks!! 1/31/2006 9:32:21 AM |
robster All American 3545 Posts user info edit post |
cool... that is the pattern I was looking for, but just wasnt sure if it could be done successfully without saving the file somewhere.
I guess if you just use the same file name over and over and keep opening it as an empty file though, it should be fine this way, right? 1/31/2006 3:13:34 PM |