Quantcast
Channel: OTLand
Viewing all articles
Browse latest Browse all 32017

How i Fix This Error I Ues Gesior And Xampp

$
0
0
Capture.PNG
function getOrder($arr, $order, $this) {
// Function by Colandus!
$type = 'asc';
if($orderBy = $arr[$this])
if(isset($_GET[$order])) {
$v = explode('_', strrev($_GET[$order]), 2);
if(strrev($v[1]) == $this)
$type = (strrev($v[0]) == 'asc' ? 'desc' : 'asc');
}

return $this . '_' . $type;
}

// Parse smiley bbcode into HTML images
function parsesmileys($message)
{
Post automatically merged:

@Gesior.pl

Viewing all articles
Browse latest Browse all 32017

Trending Articles