Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/05/2009, 15:00
Avatar de jayjayjay_92
jayjayjay_92
 
Fecha de Ingreso: octubre-2008
Mensajes: 77
Antigüedad: 16 años, 2 meses
Puntos: 0
Respuesta: Problemas con variables

Hola GatorV gracias pero no funciona

Código php:
Ver original
  1. <?php
  2. require ('db.php');
  3.  
  4. class blogpage{
  5.  
  6.     function __construct ($s2, $page = 1, $c = NULL, $s = NULL){
  7.         $page = $page -1;
  8.         if (!$c){ $this->cat= NULL ;}
  9.         if (!ctype_digit(2) ){$this->pag=0; $page=1; die('no va'); }
  10.         if (!$s){$this->search= NULL;}
  11.         $this->cpag=$page;
  12.         $this->style = $s2;        
  13.         $this->render_blogpost();
  14.         $this->paginator();

Hace el die('no va') dejando así el código además en el manual de php usan variables http://es.php.net/manual/es/function.ctype-digit.php

Creo que esto es más serio...