> It should be but I'm not sure how to use the GET method (never used it
I used get just to see if my value is sent
if ($article || $action == 'create') {
if ($action == 'modify') {
$topic = $article->topic;
$name = $article->name;
$title = $article->title;
$abstract = $article->abstract;
$content = $article->content;
$author = $article->author;
$url = $article->url;
$startdate = $article->startdate;
$caldays = $article->caldays;
$icon = $article->icon;
$view = $article->view;
$print = $article->print;
$extra1 = $article->extra1;
$extra2 = $article->extra2;
$extra3 = $article->extra3;
//this is standard for admin site and my create function below
mgd_create_article( 0, $select_ok, $name, $title, $abstract, $content,
$author, $url, $calstart, $caldays,
$icon,
$view, $print, $extra1, $extra2,
$extra3,
$type);
<form method="get" action="&(midgard.uri);">
'get' is for what I said:
http://admin.infoglob.pl/produkt/opisy/3821?topic=200&title=ABIT+AB-AUDIO+AU10+5.1+CHANNEL&name=dostawa&author=2&sday=0&smonth=0&syear=0&eday=0&emonth=0&eyear=0&url=&content=&select_ok=88&modify=Submit&abstract=ilosc&icon=0&view=2&print=2&extra1=ABIT+AB-AUDIO+AU10+5.1+CHANNEL&extra2=2&extra3=2
and select :
<select name="select_ok">
<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">
IMHO opinion it should work, but now I lost every idea :(
I would be very glad for any help.
Best Regards
Piotras
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]