[PHP] In Addition to [PHP] PHP Security

2002-04-29 Thread Jan Peuker
-variables send per post or does the next script reads it from the session-file so nobody can't read them? Regars, Jan Peuker - Original Message - From: "Miguel Cruz" <[EMAIL PROTECTED]> To: "Jay Fitzgerald" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]

Re: [PHP] Pixel Length of text message

2002-04-29 Thread Jan Peuker
Font-size is the height of text, the width is changing w/ every font (e.g. i and m). If you use exactly one font, you may use an array of widths(which you measured before), but that's not really exact. Perhaps, a way would be to use temporarly gd (ttfbox and/or imagefontwidth), but I don't know ho

Re: [PHP] Stop to fast caching/parsing

2002-04-27 Thread Jan Peuker
Saturday, April 27, 2002 4:56 PM Subject: Re: [PHP] Stop to fast caching/parsing > On Saturday 27 April 2002 22:49, Jan Peuker wrote: > > Hi List, > > > > my Problem is, on the second line of my script I validate a session. If > > it's false, it dies. But in the fi

[PHP] Stop to fast caching/parsing

2002-04-27 Thread Jan Peuker
Hi List, my Problem is, on the second line of my script I validate a session. If it's false, it dies. But in the first line, I require a header(html,body,title etc.). Now, if a session fails, my die-Message ends in a "

Re: [PHP] sessions

2002-04-26 Thread Jan Peuker
If you use files you might get the contens of the folder where sessions stored and just count. Jan - Original Message - From: "Fifield, Mike" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 5:57 PM Subject: [PHP] sessions > Is there a way to return the total num

Re: [PHP] Re: Display large text fields in html

2002-04-23 Thread Jan Peuker
; Um dia eu chego lá: > http://sourceforge.net/projects/toca > > Ajudei? Salvei? Que tal um presentinho? > http://www.submarino.com.br/wishlistclient.asp?wlid=664176742884 > > > "Jan Peuker" <[EMAIL PROTECTED]> wrote in message > 006c01c1eb07$28d79500$7ca99

[PHP] Display large text fields in html

2002-04-23 Thread Jan Peuker
Hi List, I want to display large text fields if a user changes wants to, like a dictionary. for example, a php-database generated page hosts a combobox filled with ids, if a user changes it, a text otherwhere changes. Simple Javascript would you say, but what's if this combobox has about >1000 en

Re: [PHP] Why my gd can not work?help please!!!

2002-04-18 Thread Jan Peuker
GIF is licensed by Unisys(it is a compuserve format). This is very expensive, so it has been cut out of php. Solution: a) use PNG b) get an old version of php. regars, Jan Peuker P.S.: In future, please don't post 3 times using courier-extrabig. - Original Message - From: &q