define('BASEPATH', true);
session_start();
include('config.php');
$seo = $db->EscapeString($_GET['seo']);
$detay = $db->QueryFetchArray("SELECT kimler, metin, baslik FROM `notlar` WHERE seo = '".$seo."'");
function convert($input) {
$pattern = '@(http(s)?://)?(([a-zA-Z])([-\w]+\.)+([^\s\.]+[^\s]*)+[^,.\s])@';
return $output = preg_replace($pattern, '$0', $input);
}
?>
Seydi.Me |
Notice: Undefined variable: detay in /home/seydi/web/seydi.me/public_html/notlar.php on line 19
Notice: Undefined variable: detay in /home/seydi/web/seydi.me/public_html/notlar.php on line 75
Fatal error: Uncaught Error: Call to undefined function convert() in /home/seydi/web/seydi.me/public_html/notlar.php:76
Stack trace:
#0 {main}
thrown in /home/seydi/web/seydi.me/public_html/notlar.php on line 76