Posted by Anonymous Thu 7th Dec 2006 22:41 - Syntax is PHP - 50 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
PHP parser reported no syntax errors in this post!
-
-
-
$search_queries = initArray();
-
$query = $_GET['query'];
-
$results = search($search_queries, $query);
-
sendResults($query,$results);
-
-
function search($search_queries, $query) {
-
return;
-
-
-
$firstChar = 0;
-
-
return;
-
-
$charQueries = $search_queries[$firstChar];
-
-
-
-
$results[] = $charQueries[$i];
-
}
-
-
return $results;
-
}
-
-
function sendResults($query,$results) {
-
print "$results[$i]\n";
-
}
-
-
function initArray() {
-
"The Ant Bully",
-
"The Dog Island",
-
"The Dog Island: Hitotsu no Hana no Monogatari",
-
"The Grim Adventures of Billy & Mandy",
-
"The Last Ninja",
-
"The Legend of Zelda",
-
"The Legend of Zelda: Twilight Princess",
-
"The Sims",
-
)
-
);
-
}
-
?>
PermaLink to this entry https://pastebin.co.uk/7178
Posted by Anonymous Thu 7th Dec 2006 22:41 - Syntax is PHP - 50 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers