Emiliano wrote:
> 
> To keep you busy in the meantime, the selects below do work for me.

Yes, my meantime is getting longer and longer.... :)

Emile , the point is, that I need fetch topics not articles, 
my select for topics works fine , but I can not add article 
with topic's ID from option value.

<select name="alamakota">
<Option value="" selected>-------------</option>
<?
if ($produkt_archok){
$select = mgd_list_topics($produkt_archok->id);
while($select->fetch()){
?>
<Option value=&(select.id);>&(select.name);</option>
<?  }} ?>
</select>
<input type="submit" name="&(action);" value="Submit">
<input type="reset" value="Reset">

And then:

mgd_create_article( $article->id, $alamakota, $name, $title, $abstract,
$content,
                                    $author, $url, $calstart, $caldays,
$icon,
                                    $view, $print, $extra1, $extra2,
$extra3,
                                    $type);

All values are sent correct, but article is not created.

Piotras


_________________________
http://www.milinski.com.pl
http://www.infoglob.com
http://agaipiotras.igk.pl

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

Reply via email to