[PHP] page redirecting

2006-06-28 Thread kristianto adi widiatmoko
HI folks, i need to redirecting page, it could be done by using header function like this header("Location : page2.php?var1=foo"); but i need to hide variable from being displayed by browser since the content of variable is secret. I guess i need POST method instead of GET for redirecting that

[PHP] transfer file

2006-06-13 Thread kristianto adi widiatmoko
i try to transfer file from one server to another server, lets call it server A to server B. My Idea is like this I place my script in server A http://B/file.txt","w+); while(!feof($local)) { $buff = fread($local,1024); fwrite($remote, $buff); } fclose($local); fclose($remote); ?> I

[PHP] transfer file

2006-06-08 Thread kristianto adi widiatmoko
can php do transfer file betwen 2 server without using ftp function socket that use ftp port Send instant messages to your online friends http://uk.messenger.yahoo.com

[PHP] secure upload file

2006-05-02 Thread kristianto adi widiatmoko
can any body help me !! how to secure folder upload file since the privilege of this folder is 777 is any method to create a secure upload file ?? Send instant messages to your online friends http://uk.messenger.yahoo.com