On Tue, Jun 9, 2009 at 1:47 AM, PJ wrote:
> Robert Cummings wrote:
>>
>>
>> PJ wrote:
>>> Robert Cummings wrote:
PJ wrote:
> Robert Cummings wrote:
>> PJ wrote:
>>> I know this a silly question, but I can't figure out if it's even
>>> possible to get rid of that final annoying
Robert Cummings wrote:
>
>
> PJ wrote:
>> Robert Cummings wrote:
>>> PJ wrote:
Robert Cummings wrote:
> PJ wrote:
>> I know this a silly question, but I can't figure out if it's even
>> possible to get rid of that final annoying | in my pagination
>> script.
>>
>> Navig
PJ wrote:
Robert Cummings wrote:
PJ wrote:
Robert Cummings wrote:
PJ wrote:
I know this a silly question, but I can't figure out if it's even
possible to get rid of that final annoying | in my pagination script.
Navigation";
echo (($page !=1)?"first":"first")." ... ";
echo (($page>1)?"pre
Robert Cummings wrote:
> PJ wrote:
>> Robert Cummings wrote:
>>> PJ wrote:
I know this a silly question, but I can't figure out if it's even
possible to get rid of that final annoying | in my pagination script.
Navigation";
echo (($page !=1)?"first":"first")." ... ";
>
PJ wrote:
Robert Cummings wrote:
PJ wrote:
I know this a silly question, but I can't figure out if it's even
possible to get rid of that final annoying | in my pagination script.
Navigation";
echo (($page !=1)?"first":"first")." ... ";
echo (($page>1)?"prev":"prev")." | ";
for($i=$page; $i<=(
Robert Cummings wrote:
> PJ wrote:
>> I know this a silly question, but I can't figure out if it's even
>> possible to get rid of that final annoying | in my pagination script.
>>
>> Navigation";
>>
>> echo (($page !=1)?"first":"first")." ... ";
>> echo (($page>1)?"prev":"prev")." | ";
>> for($i=$p
PJ wrote:
I know this a silly question, but I can't figure out if it's even
possible to get rid of that final annoying | in my pagination script.
Navigation";
echo (($page !=1)?"first":"first")." ... ";
echo (($page>1)?"prev":"prev")." | ";
for($i=$page; $i<=($page+$records_per_page-2)+1; $i++)
Your code is worse than spaghetti. (and spaghetti usually looks good..)
I would suggest you to wire it up again even befores figuring out the
appended | in it ;)
--
Nitsan
On Mon, Jun 8, 2009 at 8:56 PM, PJ wrote:
> I know this a silly question, but I can't figure out if it's even
> possibl
8 matches
Mail list logo