Comunidad de diseño web y desarrollo en internet online

Código PHP a Flash, ¿me podéis ayudar?

Citar            
MensajeEscrito el 28 Ago 2013 07:17 pm
Hola, chicos

A ver si me echáis una mano para pasar este código en PHP a Actionscript 2

Gracias

Código :

 <?php
    $LISTAS['A'] = array(1,3,5,7);
    $LISTAS['B'] = array(2,3,8,9);
    $LISTAS['C'] = array(1,2,9,10,14);

    echo '<form action="" method="POST">';
    foreach($LISTAS as $K=>$L){
        echo $K.'<input type="checkbox" name="lst[]" value="'.$K.'"><br/>';
    }
    echo '<input type="submit">';
    echo '</form>';

    if(count($_POST['lst'])==2){
        $ZZ = array_intersect($LISTAS[$_POST['lst'][0]],$LISTAS[$_POST['lst'][1]]);
        echo '<pre>';
        print_r($ZZ);
    }
?> 

Por ramonjosegn

27 de clabLevel



 

firefox
Citar            
MensajeEscrito el 06 Sep 2013 04:06 pm
El form es un tag de HTML que crea un formulario, no existe tal cosa en ActionScript con lo cual es intraducible.

Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.