Question

I need to create a php script that renders an image... no problem.

However, what i'd like to do is have the image rendering script trigger some javascript code whenever the script is started up.

Is it possible to include javascript code within the image generating php script without it screwing up the image?

Était-ce utile?

La solution

Even if you add some javascript code into the image the browser will not run it.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top