hi,
Firstly, sorry for the mixed topic. I don't feel like posting two threads and that would just be strange anyway.
First. Is there a way, like from the page headers or something, to see where the user came from? like if the user was on mysite.com/file1.php and clicked a link and now he's on mysite.com/file2.php, is there a way to tell that from php? I was thinking about that and I thought if there were, it was probably through one of the page headers. I'm not familiar with all of those headers.
Second. Totally different topic. when you connect to ftp via php, and say you want to send some raw command like a site command, is there no way to get the output? ftp_site returns as boolean, so does ftp_exec, and th eonly one that returns otherwise is ftp_raw, and my webserver doesn't support that! any workaround? any way to get the silly thing to return the output? some commands are just pointless if you can't see the output...any help is appreciated.
Brandon