Web Hosting Forum | Lunarpages
News: July 14, 2008 - New Contest! - Submit Your WordPress Theme Designs, Win BIG!
June 30, 2008 - Submit Your Site for the July 08 Site of the Month Award!
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
July 26, 2008, 12:06:39 AM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: Randomly Shuffle a text file???  (Read 1037 times)
p0tter
Village Idiot
Quantum Encyclopedia Writer
*****
Offline Offline

Posts: 3189


WWW
« on: September 10, 2005, 03:46:26 AM »

Didn't know where else to put this. I have a text file with 176 lines of text. I need the lines of text shuffled into a random order. Doesn't really matter to me how it gets done. Just so long as I can either input text into a field and have it shuffle it. Or have a script/program shuffle the text file.
Logged

O|||||O
JamesG
Lager Ship
Berserker Poster
*****
Offline Offline

Posts: 12028


If In Doubt, Cluster!


WWW
« Reply #1 on: September 10, 2005, 06:31:23 AM »

i dont understand what you mean p0tter?

i have a small php script that used to randomly pull random quotes from a text file, each line was a new quote, would that help?

+ where have you been of late?
Logged

Nibbler
21st century digital boy
Master Jedi
*****
Offline Offline

Posts: 1184



WWW
« Reply #2 on: September 10, 2005, 11:30:45 AM »

Code:
$data = file('file.txt');
shuffle($data);
$newdata = implode("", $data);
$fp = fopen('file.txt', 'w');
fwrite($fp, $newdata);
fclose($fp);

Make sure there is a new line at the end of the input file.
Logged

Missing since 1983

p0tter
Village Idiot
Quantum Encyclopedia Writer
*****
Offline Offline

Posts: 3189


WWW
« Reply #3 on: September 10, 2005, 03:16:14 PM »

Code:
$data = file('file.txt');
shuffle($data);
$newdata = implode("", $data);
$fp = fopen('file.txt', 'w');
fwrite($fp, $newdata);
fclose($fp);

Make sure there is a new line at the end of the input file.

Thanks man. Worked perfectly.

+ where have you been of late?

Just busy busy busy. Smile
Logged

O|||||O
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.3 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks


Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM