Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/11/2002, 14:06
Avatar de Chuty
Chuty
 
Fecha de Ingreso: noviembre-2002
Ubicación: el bar de la esquina
Mensajes: 609
Antigüedad: 21 años, 5 meses
Puntos: 2
Perdon el segundo codigo seria

<?php
$recno=14;
include("./phptest/img_bd2000.php");
$imgURL = '(http://MIserver/phptest/img_bd2000.php?recno=14)';
$imagen = imagecreatefrompng( $imgURL );
echo "<IMG SRC='$imagen'>";
?>
------------------------error--------------------------------
Warning: Failed opening './phptest/img_bd2000.php' for inclusion (include_path='.;c:\php4\pear') in c:\inetpub\wwwroot\phptest\url_test.php on line 4

Warning: imagecreatefrompng: Unable to open '(http://MIserver/phptest/img_bd2000.php?recno=14)' for reading in c:\inetpub\wwwroot\phptest\url_test.php on line 8
---------------------------------------------------------------