Tema: imagenes
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/02/2003, 15:37
D0NNA
 
Fecha de Ingreso: febrero-2003
Mensajes: 9
Antigüedad: 22 años, 3 meses
Puntos: 0
me explico mejor en php existe la funcion fopen que hace lo siguiente

<?php
$handle = fopen ("/home/rasmus/file.txt", "r");
$handle = fopen ("/home/rasmus/file.gif", "wb");
$handle = fopen ("http://www.example.com/", "r");
$handle = fopen ("ftp://user:[email protected]/somefile.txt", "w");
?>
hay algo parecido en asp