
Martin Finnegan - 2006-02-10 03:37:19
I was following a DMXZone tutorial thing about how to implement this class. I followed it to the letter, but every time I load the page the 'image' flashes briefly on the screen and then vaishes.
Here's the html for part of my contact form.
-------------------------------------------------------------------------
<label for="verification"> Verification<br />
<input type="text" name="veriword" id="veriword" tabindex="16" /></label>
<p>Please enter the word you see in this picture in the field above.
<p><img src="class/image.veriword.php?width=200&height=80" width="200" height="80" /></p>
--------------------------------------------------------------------------
All the class files are there, so it has me baffled. Any ideas?
Thks
Martin