Cytat(nospor @ 2005-12-23 17:14:01)
pokaz moze formularz, bo to tam chyba jest blad skoro nie moze wyswietlic strony. Dobry adres podales w <form action=... ?
tak podalem dobry oto jest formularz
<?
function napisz()
{
global $subskrypcja_tytul,$subskrypcja_od,$subskrypcja_head,$subskrypcja_foot,$title,$from,$head,$foot; echo '<form name="form_1" method="post" action="index.php?cmd=5"> <input type="text" name="title" size="35" value="'.$subskrypcja_tytul.'"> <br />
<input type="text" name="from" size="35" value="'.$subskrypcja_od.'"> <br />
<textarea name="head" cols="55" rows="5">'.$subskrypcja_head.'</textarea><br />
<textarea name="text" cols="55" rows="15"></textarea><br />
<textarea name="foot" cols="55" rows="5">'.$subskrypcja_foot.'</textarea><br />
<input style="font-weight: bold;" type="submit" name="ok" value="wyślij">
<input type="reset" name="Reset" value="wyczyść">
<input type="hidden" name="cmd" value="rozeslij">';
}
?>