[Php-it] Fatal error: Maximum execution time of 30 seconds exceeded in

Emiliano Gabrielli (aka AlberT) AlberT at superalbert.it
Tue Oct 17 11:11:16 CEST 2006


On Tuesday 17 October 2006 11:01, Serena Perlangeli wrote:
> if (ftp_put($connect, $destination_file, $source_file, FTP_BINARY) or
> die("Errore durante l'upload del file $source_file nel server ftp"));

comunque, altri prob a parte, trovo tale sintazzi alquanto strana ... un "or" 
dentro l'if ...

io farei:

ftp_put($connect, $destination_file, $source_file, FTP_BINARY) or die("Errore 
durante l'upload del file $source_file nel server ftp")


senza l'if() che è superfluo

-- 
<?php echo '     Emiliano Gabrielli (aka AlberT)     ',"\n",
'  socio fondatore e membro del direttivo del GrUSP  ',"\n",
' AlberT_at_SuperAlberT_it   -   www.SuperAlberT.it  ',"\n",
'  IRC:    #php,#AES azzurra.com ',"\n",'ICQ: 158591185'; ?>


More information about the Php-it mailing list