Search found 7 matches
- Fri Oct 20, 2006 5:52 am
- Forum: PHP - Code
- Topic: Load another page if ...
- Replies: 2
- Views: 273
Load another page if ...
Hi all I'm trying to write a PHP that checks a statement and if so, then loads another page in the IE, For example, I type this url in IE: http://www.mysite.com/check.php then check.php checks for example if a file entitled test.txt exists on server then I see http://www.google.com ang If NOT I see ...
- Thu Oct 19, 2006 9:07 am
- Forum: PHP - Code
- Topic: Upload file with only entering a URL
- Replies: 11
- Views: 724
- Thu Oct 19, 2006 8:37 am
- Forum: PHP - Code
- Topic: Upload file with only entering a URL
- Replies: 11
- Views: 724
It should be noted that my PC is behaind firewall and NAT which I can not connect any application to network, even I can NOT allow or block them from accessing to net and only IE can access to net, this is WHY i am trying to upload files from my pc without any user input even when I am NOT behind my...
- Thu Oct 19, 2006 8:30 am
- Forum: PHP - Code
- Topic: Upload file with only entering a URL
- Replies: 11
- Views: 724
- Thu Oct 19, 2006 7:39 am
- Forum: PHP - Code
- Topic: Upload file with only entering a URL
- Replies: 11
- Views: 724
Thank you very much for your response But my big proble, is firewall, if I create a url and then execute a hidden IE and enter the url on it, IE connect to internet, and firewall does not show any alarm, but If my app connect to internet directly, firewall shows the user that an application is tryin...
- Thu Oct 19, 2006 7:17 am
- Forum: PHP - Code
- Topic: Upload file with only entering a URL
- Replies: 11
- Views: 724
My porpuse is uploading file from another application such as my app which coded by delphi, for example , my app captures desktop and saves it on c:\1.jpg, then it wants to upload it to my site automatically, if it use form for uploading, user much fill it and then click on submit, but I need my app...
- Thu Oct 19, 2006 5:22 am
- Forum: PHP - Code
- Topic: Upload file with only entering a URL
- Replies: 11
- Views: 724
Upload file with only entering a URL
Hi all I want to upload file using php with only entering a url in the IE such as this: For example : I want to upload file pic.jpg and its local path is e:\folder1\pic.jpg, is there any php file to get this url : http://www.mysite.com/folder/upload.php?/path=e:\folder1\pic.jpg http://www.mysite.com...