Posted by Chris Ramsay on 06/13/05 18:15
Indeed, just tried this myself with test page (i ran the code from
your gen-codigo.php, so that works!):
<html>
<head>
<title>Test codigo</title>
</head>
<body>
<img src="codigo.php">
</body>
</html>
And it worked - are you sure of the path
"../includes/gen-codigo.php" in your code relative to your script - is
that definitely correct? You could try a static image in your <img>
tag to be sure...
Chris
[Back to original message]
|