JustinS
07-29-2002, 10:48 AM
I am using a form to send info. to an email address, but the information comes through as a long string when I open it in WordPad. Such as:
name=John&address=343Mockingbird&telephone=784-789-4561
Is there a way to seperate the string when I receive it and open it in WordPad? Or is there another program that I should use to open the info to allow it to look like this?
name=John
address=343Mockingbird
telephone=784-789-4561
name=John&address=343Mockingbird&telephone=784-789-4561
Is there a way to seperate the string when I receive it and open it in WordPad? Or is there another program that I should use to open the info to allow it to look like this?
name=John
address=343Mockingbird
telephone=784-789-4561