/ Published in: PHP
Expand |
Embed | Plain Text
do { $MyArray[] = $row_rsMyRecordset['MyField'];
You need to login to post a comment.
mikedowson on 02/22/07
2 people have marked this snippet as a favorite
do { $MyArray[] = $row_rsMyRecordset['MyField'];
You need to login to post a comment.