
rottweiler
Deleted
May 31, 2000, 7:41 AM
Post #1 of 1
(424 views)
|
|
problems inserting data into file
|
Can't Post
|
|
I have a shopping basket which drops a text file onto the secure server. The text file needs a date of transaction. I have found the date command as "/bin/date" and have tried to print the contents to the text file. I get no errors at all the basket still works but the word date and the date from the server is still missing. To print to the text file i have used this instruction print LOCALFILE "DATE -$date\n\n";
|