Skip to content

Instantly share code, notes, and snippets.

View ouzhanuglu's full-sized avatar

Oğuzhan Üglü ouzhanuglu

View GitHub Profile
/* ALT NAME UPDATE */
$alt_name = trim($row['title']);
if(!$alt_name) $alt_name = totranslit( stripslashes( $title ), true, false );
else $alt_name = totranslit( stripslashes( $alt_name ), true, false );
//$filecontent_n = str_replace('||','|<br />|',$filecontents);
$filecontent_n = $filecontents;
$dilimler = explode("||", $filecontent_n);