Search found 3 matches
- Mon Dec 02, 2002 5:22 pm
- Forum: PHP - Code
- Topic: writing to a file on a different server
- Replies: 7
- Views: 833
yeah but...
The form needs to be on one server but the contents that it collects needs to be on another. I don't want the people who have access to the script and server to be able to access the collected data.

- Mon Dec 02, 2002 4:52 pm
- Forum: PHP - Code
- Topic: writing to a file on a different server
- Replies: 7
- Views: 833
re: well... works but isn't writing anything to file
Thanks for replying.
I defined the $data variable and the page is loaded just fine without errors but it doesn't write anything to the text file.
I defined the $data variable and the page is loaded just fine without errors but it doesn't write anything to the text file.
- Mon Dec 02, 2002 3:23 pm
- Forum: PHP - Code
- Topic: writing to a file on a different server
- Replies: 7
- Views: 833
writing to a file on a different server
This is what I am trying to do: I have a form that works with form tags post and action(action is calling the php script) I want the info from the form that the visitor fills out, written to a text file which resides on a different server (different than where the php script resides) How can I do th...