06-01-2009, 07:00 PM
|
#6 (permalink)
|
|
The Frequenter
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
|
If this is a way of pagination, I suggest your dump it into an array and use array_slice. Look it up on php.net ;)
Otherwise, this should be working just fine. If this is a way of using SMARTY (hence the {$_SERVER['PHP_SELF']} tags (see { })) you should consider just using
PHP Code:
echo '<div>a text ' . $fromPHP . ' here</div>';
__________________
"Life is a bitch, take that bitch on a ride"
|
|
|