Alexander Levenetz wrote:

> Yep, that gets rid of the 1st error. Now I only need to know how to
> change this
> 
> >> foreach ($showlist as $articleid) {

Likewise:

reset ($showlist);
  while (list(, $id) = each ($showlist)) {
  $article = mgd_get_article($id);

These things I just pick up straight from the PHP manual, BTW. This
exact
construct is used there.

Emile

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to