Results 1 to 10 of 19
Threaded View
-
25th Sep 2010, 09:32 AM #14MemberWebsite's:
sborg.usV3g3t4 for the rescue
PHP Code:<?php
if (isset($_REQUEST['submit'])) {
$data = $_POST['data'];
$data = explode("\n", $data);
sort($data);
$i=0;
echo "<br />Input data:<br />";
foreach ($data as $repre) {
echo $repre . '<br />';
$test[$i] = pathinfo(pathinfo($data[$i],PATHINFO_FILENAME),PATHINFO_FILENAME);
$i++;
}
echo "<br />Sorted data:<br />";
$unique = array_unique($test);
foreach($unique as $v3g){
if($v3g){
foreach($data as $repre)
if(strpos($repre,$v3g)) echo $repre."<br />";
}
echo "<br />";
}
}
?>. Hope that helps!
used two pathinfo_filenames just for the lulz! naaah, it's to get the actual filename, use explode if you want.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Links sorter for uploaders
By RT in forum Useful SitesReplies: 46Last Post: 21st Jan 2012, 03:09 PM -
Java Link Sorter
By gamelord in forum Webmaster ResourcesReplies: 10Last Post: 6th Dec 2011, 01:44 AM -
Any other link-sorter sites besides mirrormaker?
By factor in forum File Host DiscussionReplies: 3Last Post: 23rd Oct 2011, 10:29 AM -
Searching for Link sorter ( organize tool ) to easily order links
By bestsnipe in forum Webmasters, Money MakingReplies: 10Last Post: 4th May 2011, 09:23 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...