Jul 28, 2005 #1 noshi Technical User Joined Jul 28, 2005 Messages 1 Location US is it possible to download a php file from a website? like http://mywebsite.com/file.php. could someone download that file, and not just the html of the page that they would normally see if they went to it?
is it possible to download a php file from a website? like http://mywebsite.com/file.php. could someone download that file, and not just the html of the page that they would normally see if they went to it?
Jul 28, 2005 #2 WoodyRoundUp Programmer Joined Feb 28, 2001 Messages 187 Location AU Nope. Otherwise, people will be downloading the page all the time. However, if you code properly, you could download the page by ftp_get. http://php.mirrors.ilisys.com.au/manual/en/function.ftp-get.php Upvote 0 Downvote
Nope. Otherwise, people will be downloading the page all the time. However, if you code properly, you could download the page by ftp_get. http://php.mirrors.ilisys.com.au/manual/en/function.ftp-get.php