在我的數據庫,記錄被shoing像this is php's code and "called" a special code
。 當我試圖獲取從MySQL數據庫我的PHP頁面這段文字,它顯示多達this is php's code and
我的代碼很簡單:
$all_gallery_ph_sql = mysql_query("SELECT `path`,`name`,`title`,`details` FROM `gallery` WHERE `status`='1' AND `type`='myreference' AND `enable_status`='1' LIMIT {$startpoint} ,{$limit}");
echo $res['details'];
那麼如何解決這個問題。請幫幫我。 謝謝。
確定整個字符串是擺在首位的數據庫? –