php-general | 2001032
Date: 03/23/01
- Next message: David Robley: "Re: [PHP] Complex IF statement"
- Previous message: JCampbell: "[PHP] Complex IF statement"
- In reply to: hi: "Re: [PHP] writing to a file"
- Next in thread: Eelco de Vries: "[PHP] mail(): "\r\n" gives extra empty line between each line in Outlook"
- Reply: Eelco de Vries: "[PHP] mail(): "\r\n" gives extra empty line between each line in Outlook"
- Reply: Christian Reiniger: "Re: [PHP] writing to a file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
how would that look on a code view? i plan to write the variable $message on
top of the existing data
""hi"" <noneofyourbusiness <email protected>> wrote in message
news:99ektl$gf0$1 <email protected>
> Don't even bother with that previous answer. You have what you want to
> write in a string, $new. Read the file and put that into another string,
> $previous. Then concatenate the strings with the "." operator:
>
> $previous=$new . $previous
>
> and write $previous to the file.
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: David Robley: "Re: [PHP] Complex IF statement"
- Previous message: JCampbell: "[PHP] Complex IF statement"
- In reply to: hi: "Re: [PHP] writing to a file"
- Next in thread: Eelco de Vries: "[PHP] mail(): "\r\n" gives extra empty line between each line in Outlook"
- Reply: Eelco de Vries: "[PHP] mail(): "\r\n" gives extra empty line between each line in Outlook"
- Reply: Christian Reiniger: "Re: [PHP] writing to a file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

