Re: Is this PHP or server?
From: J.O. Aho (user_at_example.net)
Date: 10/14/04
- Next message: Andy Hassall: "Re: How do I remove PHP notice messages?"
- Previous message: Richard Salin: "How do I remove PHP notice messages?"
- In reply to: ScareCrowe: "Re: Is this PHP or server?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 14 Oct 2004 22:27:07 +0200
ScareCrowe wrote:
> Do You (or anyone reading) work with clustering? If so, do you need to
> modify the scripting per server so that the output is always the same,
> regardless of which server the user is "viewing"?
> I can only believe now that I should strive to ensure that all my PHP
> scripting will do ALL of the data manipulation, to guarantee the results I
> want, regardless of what server is running the script.
Add a sort to your listing function, this way you will keep the order the same
regardless of system you are using. Now I'm not sure how you stored your data,
but if it's an array, you have the sort() that would fix the arrays order.
//Aho
- Next message: Andy Hassall: "Re: How do I remove PHP notice messages?"
- Previous message: Richard Salin: "How do I remove PHP notice messages?"
- In reply to: ScareCrowe: "Re: Is this PHP or server?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|