Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Writing to two files at the same time

Status
Not open for further replies.

CRCR123

Technical User
Jun 28, 2003
4
US
I have a javascript program that writes to the following file name in my cgi-bin...

$csvfilename = "$ENV{'DOCUMENT_ROOT'}/cgi-bin/fitness/orders/orders.csv";

which defines where the orders.csv file is located, but
how can this line be modified to cause the script to also
write to another orders.csv file in another cgi-bin
location?

Seems like it should be very simple.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top