We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In my implementation of this plugin, when I do as recommended:
img src="show_image.php?file=http://yadiyadiya"
The image won't load, the script won't run! It literally says in Firebug / in the HTML the string literal of this file "show_image.php?file=http://www.sdaodshasd.com/path/path" instead of the script outputting the value of thumb->show().
Is this something in my PHP configuration that won't allow a call to be made to the show_image.php file?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In my implementation of this plugin, when I do as recommended:
img src="show_image.php?file=http://yadiyadiya"
The image won't load, the script won't run! It literally says in Firebug / in the HTML the string literal of this file "show_image.php?file=http://www.sdaodshasd.com/path/path" instead of the script outputting the value of thumb->show().
Is this something in my PHP configuration that won't allow a call to be made to the show_image.php file?
The text was updated successfully, but these errors were encountered: