$SQL = "Select left(hikaye,100) from hikaye"; $rs = mysql_fetch_array(mysql_query($SQL)); echo $rs["left(hikaye,100)"];