poslimail.php
<?
define("IN_CODE",true);
include("config.php");
include("specfce.php");
include("myweb.php");
include("sl.php");
include("trlayout.php");
include($adrlayoutu);
$vzhledwebu->Generuj();
ObrTabulka(); // Vlozeni layout prvku
include_once("admin/astdlib_mail.php");
$odeslani_posty = new CPosta();
$odeslani_posty->Nastav("adresat",$GLOBALS['to']);
$odeslani_posty->Nastav("predmet",$GLOBALS['subject']);
$odeslani_posty->Nastav("obsah",$GLOBALS['body']);
$odeslani_posty->Odesilac();
echo "Odesláno";
KonecObrTabulka(); // Vlozeni layout prvku
$vzhledwebu->Generuj();
?>
neco takovyho?
PS: nezkouseno, ale jako navod by mohlo stacit
--
[ SAFUS.EU | OFFLINE | FOREVER ]
Celkem upraveno 1×. Poslední úprava Michalek v 10.07.2006 18:36.