notice 오류 해결

This commit is contained in:
gnuboard
2012-12-26 11:53:02 +09:00
parent 6907449605
commit b65315fcca
10 changed files with 59 additions and 46 deletions

View File

@ -1,2 +1,5 @@
<table>
<thead>
<?
$str = "xx";
$len = 2;
echo ord($str{$len});
?>