Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Language Crossing
Author Message
n1ghtwish
Apprentice
*

Posts: 40
Likes Given: 0
Likes Received: 28 in 8 posts
Joined: Jan 2016
Reputation: 0



Post: #1
Wink Language Crossing
Who else does this on a daily basis?? LolLol

PHP Code:
$dir = new DirectoryIterator($scriptPath);
foreach (
$dir as $file){
    if (
$file->getExtension() == "scp"){
        if (
preg_match("/(points.*?)/i"$file)){
            echo 
"Ignoring $file ... \n";
            continue;
        endif 
// <---------
        
        
echo "Scanning $file ... \n";
        
$fullPath $scriptPath $file;
        
$total += areadefExport($fullPath$file$conn);
    }

(This post was last modified: 02-17-2018 01:09 PM by n1ghtwish.)
02-17-2018 01:08 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes n1ghtwish's post
Post Reply 


Messages In This Thread
Language Crossing - n1ghtwish - 02-17-2018 01:08 PM
RE: Language Crossing - Ben - 02-18-2018, 03:10 AM
RE: Language Crossing - n1ghtwish - 02-18-2018, 12:56 PM
RE: Language Crossing - Ben - 02-19-2018, 12:36 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)