[Ajuda] Substituir linha
#1

Olб, estou com um problema onde tento substituir a linha de determinado arquivo, porйm eu preciso que substitua a linha 4 e acaba substituindo a linha 1 apenas. O que hб de errado?

PHP код:
stock LineSub(filename[], coment[])
{
    new 
File:temp fopen("temp.tmp"io_write),
        
File:pfile fopen(filenameio_read),
        
linetmp[1024];
    if(!
fexist(filename))
        return 
0;
    while(
fread(pfiletmp))
    {
        
line ++;
        if(
line != 1
            
fwrite(temptmp);
    }
    
fclose(temp);
    
fclose(pfile);
    
fremove(filename);
    
temp fopen("temp.tmp"io_read);
    
pfile fopen(filenameio_write);
    
fwrite(pfilecoment);
    while(
fread(temptmp))
        
fwrite(pfiletmp);
    
fclose(temp);
    
fclose(pfile);
    
fremove("temp.tmp");
    return 
1;

Reply


Messages In This Thread
Substituir linha - by ByAwolN - 20.12.2018, 16:47
Re: Substituir linha - by DarkBr - 20.12.2018, 18:35
Re: Substituir linha - by ipsLuan - 20.12.2018, 18:36
Re: Substituir linha - by ByAwolN - 20.12.2018, 22:26
Re: Substituir linha - by ipsLuan - 20.12.2018, 22:33
Re: Substituir linha - by ByAwolN - 20.12.2018, 22:36
Re: Substituir linha - by ipsLuan - 20.12.2018, 22:38
Re: Substituir linha - by ByAwolN - 21.12.2018, 00:59
Re: Substituir linha - by ipsLuan - 21.12.2018, 01:33
Re: Substituir linha - by ByAwolN - 21.12.2018, 01:41

Forum Jump:


Users browsing this thread: 1 Guest(s)