Hola GatorV gracias pero no funciona
Código php:
Ver original<?php
require ('db.php');
class blogpage{
function __construct ($s2, $page = 1, $c = NULL, $s = NULL){
$page = $page -1;
if (!$c){ $this->cat= NULL ;}
if (!$s){$this->search= NULL;}
$this->cpag=$page;
$this->style = $s2;
$this->render_blogpost();
$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...