Software question PHP?

Danny McG

"Uroshnor!"
Joined
Sep 9, 2016
Messages
7,561
Location
Cumbria UK
I was trying to download an epub but when it was done I'd got some unfamiliar thing in my inbox.

Like a funny symbol and it said
'get.PHP'

What happened please? What does it do or mean?
 
Last edited:
looks like it downloaded the actual PHP file that was supposed to get and download the epub file.

A PHP file is a webpage that contains PHP (Hypertext Preprocessor) code. ... The PHP code within the webpage is processed (parsed) by a PHP engine on the web server, which dynamically generates HTML. The HTML, which contains the webpage content, is then sent to the user's web browser. [\Quote]

That might occur if the PHP engine is not working. Or I suppose if your browser is set to not execute PHP code.
 
This can sometimes happen if you right click a download link and select "Save Target As" (or browser dependent equivalent). What then happens depends on the link itself. If it links directly to the target file you will save the correct file (epub, jpeg, mp3, whatever), but if, as is often the case, it actually links to another page or script you will download the page or script instead. Typically that page or script would be responsible for automatically starting the download.
 

Similar threads


Back
Top