Current location: Hot Scripts Forums » Programming Languages » ASP » How to import the textarea data into database


How to import the textarea data into database

Reply
  #1 (permalink)  
Old 01-19-05, 10:17 PM
superman2004 superman2004 is offline
Newbie Coder
 
Join Date: Aug 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
How to import the textarea data into database

Dear All,

I have searched a lot at GOOGLE, but i can't found the way to import data from a form textarea into database.

Actually my web page would like to allow the user to export their phone book from excel file or outlook phone book, then import into my database.

I was thinking to provide a textarea for the user to COPY and PASTE their address book from the text file and then my web page will read line by line to store the data into the database.

Example data:

abc, abc@hotmail.com, 999999999

bcd, bcd@hotmail.com, 888888888

i can't find any solution that can read line by line, because normally when the we parse the data from the form textarea. All the text will become string that without the <br>.

Please HELP !!

Thanks.
Reply With Quote
  #2 (permalink)  
Old 01-20-05, 12:26 PM
koncept
Guest
 
Posts: n/a
use split(string, chr(13)) i think its chr(13) or just use multiple text boxes, however i thought there was a property that can be set to include the br
Reply With Quote
  #3 (permalink)  
Old 03-31-05, 08:37 AM
GO4TF4CE's Avatar
GO4TF4CE GO4TF4CE is offline
Wannabe Coder
 
Join Date: Apr 2004
Posts: 223
Thanks: 0
Thanked 0 Times in 0 Posts
Wink

couldnt you just put replace(request("yourtext"),vbcrlf,"<BR>") likewise you could do the same when outputting the information to the page.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
having problem in retrieving data n displaying data from database mathfxr JavaScript 1 11-23-04 12:42 AM
Script for uploading data from local database to production database pual_cruzs PHP 1 07-06-04 12:44 AM
2 questions 1-Webbased database access. 2-PDF data retrieval Mehre PHP 1 04-11-04 04:20 AM
how to import a png file from mysql database. rani PHP 1 01-16-04 03:34 AM


All times are GMT -5. The time now is 03:16 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.