刚刚学习PHP,
用<?php echo $rs["title"]?>输出的字符太多了,我想只输出20个字符,
像以前用ASP的时候可以用<% =left( rs( " somefieldname" ), 20 )%>来限制输出字符,
用PHP要怎样修改呢
谢谢了