View Single Post
Old 06-01-2009, 07:00 PM   #6 (permalink)
ReSpawN
The Frequenter
 
ReSpawN's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
ReSpawN is on a distinguished road
Default

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"
Send a message via MSN to ReSpawN
ReSpawN is offline  
Reply With Quote