The Joomla! Forum ™





Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Mon May 30, 2011 11:30 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Feb 25, 2011 11:12 am
Posts: 19
sveiki sukuriau moduli bet jis kai ivedamos raides nerodo lietuvisku rasmenu

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="content-type" content="text/html; charset=utf8" />

<title>Untitled Document</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#b{
color:#630;

}
#n {
background-color: #ffd399;


}
#k{
color: #000;
font-size:18px;
font-style:italic;

page-break-before: auto;
}
#s{
font-color: #000;
font-style: Italic;
font-family: Sylfaen;
font-size: 16px;

}

</style>
</head>

<body>
<?php
defined('_JEXEC') or die('Restricted access');
$vardas = $params->get('vardas');
$klausimas = $params->get('klausimas');
$registracija = $params->get('registracija');

?>
<?php
if ($_POST['regist']){
$v = $_POST[vardas];
$k = $_POST[klausimas];

$vardam = "Vardas : $_POST[vardas] ";
$datam = "Klausimas: . $_POST[klausimas].";

$to ="Klausimas";
$email = "klausimas@sklasociacija.lt";
$sub = "gydytojas";

$a = "Vardas: ". "$_POST[vardas] "."\n"."Klausimas: " . "$_POST[klausimas]".
"\n"."Email: ". "$_POST[email]";


mail($email, $to, $a , $sub);

}

?>
<form method="POST" id="k" >


<table id="k">



</tr>
<tr>
<td><?php echo $vardas ?></td>
<td><input type="text" name="vardas" id="n"></td>
</tr>
<tr width="300px" >
<td><?php echo $klausimas ?></td>
<td width="300px" ><input type="text" name="klausimas" id="n" size="90px"></td>
</tr>
<tr>
<td> Email: </td>
<td><input type="text" name="email" id="n"></td>
</tr>


<tr>
<td ><center>
<input type="submit" id="n" name="regist" value="<?php echo $registracija ?>"/></center>
</td>
</tr>
</table>
</form>

</body>
</html>



gal patarsit ka daryti?


Top
 Profile  
 
PostPosted: Tue May 31, 2011 8:00 am 
Joomla! Explorer
Joomla! Explorer

Joined: Tue Jul 07, 2009 11:29 am
Posts: 254
Na gal reiktų charset pradžioj pabandyti pakeisti meta tage - charset=UTF-8


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 



Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group