I've heard of this before but, never seen an example that I can recall.
Essentially I'm talking about this
PHP Code:
<img src="image.php">
Can something like this be done? Using a php file to return an image to be displayed to the screen.
Someone please correct me if I'm wrong or on the wrong track on this...
Or if it's something that can be done point me to an example.
Sidenote: Similar question different topic
Any example of?
PHP Code:
<form action="<?form_check()?>">
<blah blah form crap>
<input type="submit">
</form>
Am I completly wrong on this as well?