| | |
How To Save in our Computer
![]() |
•
•
Join Date: May 2008
Posts: 51
Reputation:
Solved Threads: 0
Hi,
I want to add one "Save Button" on web page.I am working on ".cgi" program and using "sql server 2000" database.Datas are retrieving from the database and displayed as on html page(datas are student records (i.e) marks,grade etc).In that displayed page,i want to add "save button".By clicking save,it should automatically saved as "text file(nodepad)" in our local system.Please help me
regards,
santhanalakshmi.
I want to add one "Save Button" on web page.I am working on ".cgi" program and using "sql server 2000" database.Datas are retrieving from the database and displayed as on html page(datas are student records (i.e) marks,grade etc).In that displayed page,i want to add "save button".By clicking save,it should automatically saved as "text file(nodepad)" in our local system.Please help me
regards,
santhanalakshmi.
generic example:
Perl Syntax (Toggle Plain Text)
open(my $FH, ">", 'path/to/file.txt') or die "$!"; print $FH "your data\n"; close $FH;
![]() |
Similar Threads
- A way to transfer iPod music to a computer (or external HD if that would work) (USB Devices and other Peripherals)
- save document to the web page (ASP.NET)
- "Your computer has been infected" (Viruses, Spyware and other Nasties)
- Email saving and forwarding problems computer slow (Viruses, Spyware and other Nasties)
- USB(flash drive) to COMPUTER (Visual Basic 4 / 5 / 6)
- HELP! My computer is completely shot! (Viruses, Spyware and other Nasties)
- Can my computer support this?!?!? (Motherboards, CPUs and RAM)
- dell.com shopping cart save feature (Database Design)
Other Threads in the Perl Forum
- Previous Thread: Regex to find path+file name
- Next Thread: Popen3 Problem
| Thread Tools | Search this Thread |





