Is there a way I can mask a filename or path used in an HTML IMG tag using PHP?
What I'm looking to do is have something like this:
<IMG SRC="php_function(parameter)"/ > or <IMG SRC="1234565"> (WHERE "1234565" is an ID that is processed by a PHP script to get the actual filename/path, but not actually show it in the HTML) instead of <IMG SRC="filename.jpeg">
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.