days[date("w")]; break; case "alldate" : print date("Y").". ".$this->month[date("n")]." ".date("j")."."; break; case "month" : print date("Y").". ".$this->month[date("n")]; break; case "date" : print $this->month[date("n")]." ".date("j")."."; break; default : print date("Y").". ".$this->month[date("n")]." ".date("j")."., ".$this->days[date("w")]; break; } } function getAnyDatePrint( $year, $month, $day, $daypos=false ){ print $year.". ".$this->month[$month]." ".$day.". ".$this->days[$daypos+1]; } function getAnyDate( $year, $month, $day, $daypos=false ){ $rtn = $year.". ".$this->month[$month]." ".$day.". "; if( $daypos ) $rtn .= $this->days[$daypos+1]; return $rtn; } /* Megkap egy dátum típusú paramétert és ebből magyar dátumtömböt ad vissza. A $date paraméter mysql datetime típusú ( éééé-hh-nn óó:pp:mm ) lehet. Megmondja hogy az adott év adott honapjának adott napja milyen nap jddayofweek( cal_to_jd(CAL_GREGORIAN, hó,nap,év) , 1 ); szövegesen írja a nap nevét angolul jddayofweek( cal_to_jd(CAL_GREGORIAN, hó,nap,év) , 0 ); számjeggyel írja a napot Ehez szükség van a covertInt() metódusra is. */ function getAnyDateArray( $date ){ $dateArray = array(); $dateArray[0] = substr($date, 0, 4)."."; // 2006. $dateArray[1] = $this->month[$this->covertInt(substr($date, 5, 2))]; // január $dateArray[2] = $this->covertInt(substr($date, 8, 2))."."; // 22. $dateArray[3] = $this->days[jddayofweek( cal_to_jd(CAL_GREGORIAN, substr($date, 5, 2),substr($date, 8, 2),substr($date, 0, 4)) , 0 )]; // szerda $dateArray[4] = $this->covertInt(substr($date, 11, 2)); // óra 16 $dateArray[5] = $this->covertInt(substr($date, 14, 2)); // perc 25 $dateArray[6] = $this->covertInt(substr($date, 17, 2)); // másodperc 47 return $dateArray; } /* Kap egy stringet pl 02 és ezt numerikus értékké konvertálja. */ function covertInt($str){ return ($str+1)-1; } function separateDate( $date ){ $separetedDate = array(); $separetedDate[0] = substr($date, 0, 4); // év $separetedDate[1] = substr($date, 5, 2); // hónap $separetedDate[2] = substr($date, 8, 2); // nap $separetedDate[3] = substr($date, 11, 2); // óra $separetedDate[4] = substr($date, 14, 2); // perc $separetedDate[5] = substr($date, 17, 2); // másodperc $separetedDate[6] = $separetedDate[0]."-".$separetedDate[1]."-".$separetedDate[2]; // éééé-hh-nn return $separetedDate; } } ?> 1.523 CSAK EGÉSZ SZÁMOKNÁL HASZNÁLHATÓ! */ function printMoney( $money ){ $moneyFormat; if( strlen($money) > 3 ){ if( strlen($money)%3 != 0 ) $moneyFormat = substr($money, 0, strlen($money)%3)."."; $lastIndex = strlen($money)%3; for($i=0; $i<(strlen($money)-strlen($money)%3)/3; $i++){ $moneyFormat .= substr($money, $lastIndex, 3); if( $i != ((strlen($money)-strlen($money)%3)/3)-1 ) $moneyFormat .= "."; $lastIndex = $lastIndex+3; } } else $moneyFormat = $money; print $moneyFormat; } /* A paraméterben megkapott értéket pénz formátumú sztringgé alakítja, és visszaadja. 1523 -> 1.523 CSAK EGÉSZ SZÁMOKNÁL HASZNÁLHATÓ! */ function getMoney( $money ){ $moneyFormat; if( strlen($money) > 3 ){ if( strlen($money)%3 != 0 ) $moneyFormat = substr($money, 0, strlen($money)%3)."."; $lastIndex = strlen($money)%3; for($i=0; $i<(strlen($money)-strlen($money)%3)/3; $i++){ $moneyFormat .= substr($money, $lastIndex, 3); if( $i != ((strlen($money)-strlen($money)%3)/3)-1 ) $moneyFormat .= "."; $lastIndex = $lastIndex+3; } } else $moneyFormat = $money; return $moneyFormat; } /* Kap egy stringet pl 02 és ezt numerikus értékké konvertálja. */ function covertInt($str){ return ($str+1)-1; } } ?> $fromName: feladó neve, Valaki János $subject: tárgy $message: üzenet $mailType: levél típusa, text | html */ function sendMail( $to, $from, $fromName, $subject, $message, $mailType ){ $htmlHeader = "\n"; $htmlHeader .= "\n\n\n\n"; $htmlFooter = "\n\n"; $mailHeaderHtml = "MIME-Version: 1.0\n"; $mailHeaderHtml .= "Content-type: text/html; charset=iso-8859-2\n"; $mailHeaderHtml .= "To: ".$to."\n"; $mailHeaderHtml .= "From: ".$fromName." <".$from.">\n"; $mailHeaderText = "MIME-Version: 1.0\n"; $mailHeaderText .= "Content-type: text/plain; charset=iso-8859-2\n"; $mailHeaderText .= "To: ".$to."\n"; $mailHeaderText .= "From: ".$fromName." <".$from.">\n"; if( $mailType == "text" ){ mail($to, $subject, $message, $mailHeaderText); } else{ $message = $htmlHeader.$message.$htmlFooter; mail($to, $subject, $message, $mailHeaderHtml); } } } ?>
Utazás és szabadidő - 2014.
 
Dr. Dajnoki Krisztina
mobil: 30/269-57-98,
fax.: 52/508-365,
e-mail: dajnoki.krisztina@campusnet.hu
jelentkezési lap letöltése