Jump to content

Please Help

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
jules12345

jules12345

    Newbie

  • Members
  • Pip
  • 4 posts
I have a text file with a load of names on it and i want to add @whiffyskunk.com after each name ... then make another text file with the full name and the @whiffyskunk.com url.

How would i do this please.

regards
jules

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
What is the format of the text file? This should be easy to do with a regex.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
jules12345

jules12345

    Newbie

  • Members
  • Pip
  • 4 posts
.txt in a list form with each name on a new line ... I would like the new list to be either in the same form or even just listed on the page.

regards
Jules

#4
jules12345

jules12345

    Newbie

  • Members
  • Pip
  • 4 posts
I can do all the HTML input browse file upload the .txt file .. but i cant do the spit out the new .txt file or page list with the new value
regards
jules

#5
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Can you post an example of the file?

#6
jules12345

jules12345

    Newbie

  • Members
  • Pip
  • 4 posts
Its a .txt file ... !

regards
jules

#7
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Yup, I'm looking for an example of the contents.

#8
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
The reason we want to see it is the difference between:
John Smith
Mary Sue Ellen
Ringo Star
and
JohnSmith
MarySueEllen
RingoStar
They will probably need to be handled slightly differently. The details are everything.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog