0

PHP 和 MySQL 开发的 8 个技巧

Posted in MySQL, PHP at 十一月 1st, 2007 / No Comments »

1. PHP 中数组的使用 在操作数据库时,使用关联数组(associatively-indexed arrays)十分有帮助,下面我们看一个基本的 数字格式的数组遍历: <?php $temp[0] = “richmond”; $temp[1] = “tigers”; $temp[...