You should be a little more specific. Are you trying to upload and view the file using a form and php? Was the file ftp'd and you want to just display it in php?
You can access/modify a file uploaded through a form using the $_FILES global.
2006-09-04 20:09:22
·
answer #1
·
answered by Richard M 2
·
1⤊
0⤋
I don't really understand what you mean. But I guess you are trying to ask how do you include an uploaded file in a webpage using php..
Well the code is as follows... Place this wherever you want the uploaded file to appear within the webpage. Remember that your webpage should have the .php extension.
Eg. If your webpage is index.html, rename it to index.php
include("filename.php");?>
2006-09-04 23:27:08
·
answer #2
·
answered by Janice 3
·
0⤊
0⤋
Using PHP, No Idea, I Suggest Logging Into The Website's FTP.... Internet Explorer = ftp:// USERNAME : PASS @ YOUR DOMAN : 21 Without Spaces EX. "ftp://admin:admin@google.com:21" And When You Log In It Will Show You Files On Your Site There. Need More Help Please Feel Free To Contact Me Via Private Message.
2006-09-04 19:23:53
·
answer #3
·
answered by iLL_TeK_NeekZ 4
·
0⤊
0⤋
you may install the php engine on your computer... php pages will not run if php is not installed and compiled with your web server...
2006-09-04 19:43:49
·
answer #4
·
answered by tep 2
·
0⤊
0⤋