echo "<table align='center'><tr><td><img src='./image.php?code=" . $barcode . "&style=" . $style . "&type=" . $type . "&width=" . $width . "&height=" . $height . "&xres=" . $xres . "&font=" . $font . "'></td></tr></table>";
To see if it is executing, I have an "Echo" statement in the script.
The image.php file is in the same directory as the other script files. What am I missing here?
Todd --