[PHP] Re: Javascript cookie vs sessions

2003-02-15 Thread Zydox
I haven't seen any limit in the session size... I've got a community running that saves about 20kb of data in the session file... :) // Regards Zydox "ØYstein HåLand" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Javascr

Re: [PHP] Re: SQL Query

2003-02-15 Thread Zydox
rote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Zydox, > > Please define 'sub-interest'. I've looked at what Uttam gave you, and it > looks correct, assuming you want want it limited to the same user. If you > result should be 'all with Interes

[PHP] Re: SQL Query

2003-02-15 Thread Zydox
RE > InterestIndex.UserID='1' AND > InterestList.SubID='3' AND > InterestList.Valid='1' > > regds, > -Original Message- > From: Zydox [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 15, 2003 09:48 > To: [EMAIL PROTECTED] > Subj

[PHP] SQL Query

2003-02-14 Thread Zydox
;" Selects all rows from IList... even if there Is'nt any instans in IIndex... this thougt is that a User can choose a "Valid" Interest and then the query should select all SubInterests... anyone know how to do that ? // Regards Zydox -- PHP General Mailing List (http://www.ph

[PHP] Array sorting

2003-02-07 Thread Zydox
My question is if anyone have any idé on how to sort this array so that the names and ages are sorted after Close Friend, Friend, Wife and last Family... $A[] = array ("Nils", "23", "Friend"); $A[] = array ("Emma", "21", "Friend"); $A[]