This is a discussion on Gustbook that write in two files within the PHP Language forums, part of the PHP Programming Forums category; Hello! Can anyone please how can I make my guestbook write into two files for example, how can Imake it ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello!
Can anyone please how can I make my guestbook write into two files for example, how can Imake it write in message1.txt and messages2.txt? more... Do you know where can I find a poll that needs confirmation before vote? It should use a random number generated with images, to prevent people to vote many times. This method excludes hackers to vote many times in polls, because it make them become tired. Best regards, Carlos |
|
|||
|
Carlos Marangon wrote:
> Can anyone please how can I make my guestbook write into two files > for example, how can Imake it write in message1.txt and messages2.txt? Let's suppose you have a function that writes to message1.txt Simply rewrite that function, making it write to a file passed as a parameter, then call the function twice, first with "message1.txt" and then with "message2.txt". -- --= my mail box only accepts =-- --= Content-Type: text/plain =-- --= Size below 10001 bytes =-- |