A very simple Word combiner.

Looking for volunteers to join your project? Need help with a script but can't afford to pay? Want to offer your services as a volunteer to build up your portfolio? This is the place for you...

Moderator: General Moderators

Post Reply
Websalesman
Forum Newbie
Posts: 1
Joined: Thu Sep 17, 2009 11:37 am

A very simple Word combiner.

Post by Websalesman »

Hi, can somebody perhaps code a script which reads a txt file and combines all the words within the txt file and outputs them into another txt file?

For example, here's the words in the txt file:
PHP
Dev
Network

It should combine those words => PHPDevNetwork, DevNetworkPHP, NetworkDevPHP,......
And so on.

An option to combine a maximum of 2 words would be great too!(Means the script won't combine 3 words in one line)

Thanks!
Post Reply