Ver Mensaje Individual
  #14 (permalink)  
Antiguo 27/10/2011, 07:31
Okapps
 
Fecha de Ingreso: octubre-2011
Ubicación: conoceme y averigualo
Mensajes: 64
Antigüedad: 12 años, 6 meses
Puntos: 2
Mensaje Respuesta: CoLlaboracion para constula wpdb con php.

En verdad alguien que me ayude a ejecutar este php en wordpress...

Código PHP:
<?

    
exit();

    }

    if(
$_GET['get']=="list"){

if(!
is_numeric($_GET['id'])){exit("error!!!!!!!!!!!");}

$result $msdb->query("SELECT * FROM ms_stream WHERE id = '".$_GET['id']."' ");

if(!
$result){die('error!!!!');}

$row mysql_fetch_array($resultMYSQL_ASSOC);

$toditit=array($row['mega'],$row['bitshare'],$row['ffactory'],$row['mfire'],$row['hotfile']);

        
?>