database["server"] = "mysql.fucelova.at"; $this->database["database"] = "fucelova"; $this->database["user"] = "karnek"; $this->database["password"] = "fuci1122"; $this->directory["webo"] = "/var/www/webpage.alexander/webo"; $this->directory["upload"] = "/var/www/webpage.alexander/webo/upload"; $this->path["webo"] = "/webo"; $this->path["upload"] = "/webo/upload"; $this->url["webo"] = "http://www.phpstudio.at/webo"; $this->url["upload"] = "http://www.phpstudio.at/webo/upload"; $this->url["message"] = "http://phpstudio.at/webo/message/msg_webo.txt"; } function getDatabase($val) { return $this->database[$val]; } function setDatabase($val) { if (isset($val["server"])) $this->database["server"] = $val["server"]; if (isset($val["database"])) $this->database["database"] = $val["database"]; if (isset($val["user"])) $this->database["user"] = $val["user"]; if (isset($val["password"])) $this->database["password"] = $val["password"]; } function getDirectory($val) { return $this->directory[$val]; } function getPath($val) { return $this->path[$val]; } function getUrl($val) { return $this->url[$val]; } } ?> setDatbase($database); } $this->connection = mysql_connect($objSetting->getDatabase("server"), $objSetting->getDatabase("user"), $objSetting->getDatabase("password")) or die ( "

Verbindung mit MySQL-Server fehlerhaft!

Fehlernummer: ".mysql_errno()."
Fehlerbeschreibung: ".mysql_error()."

" ); mysql_select_db($objSetting->getDatabase("database"), $this->connection) or die ( "

Verbindung mit Datenbank fehlerhaft!

Fehlernummer: ".mysql_errno()."
Fehlerbeschreibung: ".mysql_error()."

" ); } function disconnect() { mysql_close($this->connection); } } ?> connect($objSetting); ?> $v) { $val[$k] = $this->htmlEncode($v); } } else { $val = htmlentities($val, ENT_QUOTES, "UTF-8"); } return $val; } function htmlDecode($val) { if (is_array($val)) { foreach ($val as $k => $v) { $val[$k] = $this->htmlDecode($v); } } else { $val = html_entity_decode($val, ENT_QUOTES, "UTF-8"); } return $val; } function replaceBreak($val) { $val = str_replace("\r\n", "
", $val); $val = str_replace("\r", "
", $val); $val = str_replace("\n", "
", $val); return $val; } function replaceUri($val, $target, $class) { return preg_replace("#(^|[^\"=]{1})(http://|ftp://|mailto:|news:)([^\s<>]+)([\s\n<>]|$)#sm","\\1\\2\\3\\4",$val); } function removeSpecialCharacter($val) { return preg_replace("/[^a-z0-9]/i", "", $val); } function addSlash($val) { if (is_array($val)) { foreach ($val as $k => $v) { $val[$k] = $this->addSlash($v); } } else { $val = addslashes($val); } return $val; } function removeSlash($val) { if (is_array($val)) { foreach ($val as $k => $v) { $val[$k] = $this->removeSlash($v); } } else { $val = stripslashes($val); } return $val; } function trimText($val) { if (is_array($val)) { foreach ($val as $k => $v) { $val[$k] = $this->trimText($v); } } else { $val = trim($val); } return $val; } } ?> Fucelova, Krankenpflege - Pflegekraft-Bewerbung
archive
MenÜ
Persönliche daten

 

Pflegekräfte

Wer mÖchte nicht

in vertrauter Umgebung Alt werden ?

 

 

Profil
 
Anrede:  
Titel:  
Vorname:  
Nachname:  
Straße:  
PLZ:  
Ort:  
Land:  
Geb. Datum: (TT.MM.JJJJ)
Alter: (Jahre)
Größe: (cm)
Gewicht: (kg)
Reisepass Nr.: (oder Personalausweis)
 
Kontaktdaten
 
E-Mail:  
Telefon:  
Foto: (JPG, PNG oder GIF)
 
Qualifikationen
 
Ausbildung KrankenpflegerIn: Ja  Nein   
Ausbildung PflegerIn: Ja  Nein   
Pflegekurs: Ja  Nein   
Erfahrung als PflegerIn: Ja  Nein   
Auslandserfahrung: Ja  Nein   
Deutschkenntnisse: Grundkenntnisse  Gut 
Sehr Gut 
 
Erfahrungen:  
 
Weitere Angaben
 
Österr. Gewerbeschein: Ja  Nein   
Führerschein: Ja  Nein   
RaucherIn: Ja  Nein   
Tierliebend: Ja  Nein   
Bevorzugter Arbeitsort:  
Möglicher Arbeitsbeginn: (TT.MM.JJJJ)
Gewünschter Arbeitsturnus:  
Gewünschtes Tageshonorar:  
Sonstiges:  
 
Nutzungsbedingungen
 
/> Ja, ich habe die Informationen gelesen!