Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   La Taberna (https://www.clubdelphi.com/foros/forumdisplay.php?f=40)
-   -   Las ofertas de empleo ya no son lo que eran (https://www.clubdelphi.com/foros/showthread.php?t=74262)

Casimiro Notevi 08-06-2011 14:57:45

Las ofertas de empleo ya no son lo que eran
 
Código PHP:

define('LATITUDE',40.4222691);
define('LONGITUDE',-3.699632);
define('HOST_URL''http://simbiotica.es');
define('AVAILABILITY','<<Insert your avaiability here>>');
define('MIN_EXPERIENCE',86400*30*12);
$langs = array('es''en');
define('LANGS'serialize($langs));
define('DEBUG_TIME',86400*30*3);
define('RUN_TIME',86400*30*6-DEBUG_TIME);
set_time_limit(0);
//needed to run.
require 'php.inc';
require 
'sql.inc';
//highly recommended.
include 'webServices.inc';
include 
'oop.inc';
include 
'javaScript.inc';
include 
'jQuery.inc';
//not needed, but would improve performance.
include 'gmapsAPI.inc';
include 
'facebookAPI.inc';
include 
'serverConfig.inc';
include 
'as3.inc';

public function 
daylyWork(){
    
backendProgramming();
    
backendIntegration();
    
dataModeling();
    
databaseMaintenance();
}

private function 
checkAvailability(){
    switch (
AVAILABILITY){
    
        case 
'part time':
        return 
true;
        break;
        
        case 
'full time':
        return 
true;
        break;
        
        case 
'work from home':
        return 
false;
        break;
    
     }
}

private function 
calculateSalary($experience$work_hours$responsability){
    
//human interaction needed here
    //No reliable algorythm
}

if(
$interested && checkAvailability()){
    
$toEmail'info@simbiotica.es';
    
$subject 'Oferta de empleo';
    
$html '<html>
                    <head>                    
                    </head>                    
                    <body>
                            
                    << Insert your online portfolio & comments here >>
                    
                    </body>
                </html>'
;
    
$headers "From: YOUR NAME HERE <YOUR E-MAIL HERE>\r\n";
    
$headers .= "MIME-Version: 1.0\r\n";
    
$headers .= "Content-type: text/html; charset=utf-8\r\n";
            
    
mail($toEmail$subject$html$headers);


Visto en: http://simbiotica.es/oferta/

ecfisa 08-06-2011 16:03:43

Es que de ese modo ya van filtrando a los no entendidos... :D

Saludos. :)


La franja horaria es GMT +2. Ahora son las 05:21:15.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi