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

[PHP] In Addition to [PHP] PHP Security

2002-04-29 Thread Jan Peuker
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] Sent: Monday, April 29, 2002 8:33 PM Subject: Re: [PHP] PHP

[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 script-Part, so nobody sees it but gets an error by JS. Is there any way to

Re: [PHP] Stop to fast caching/parsing

2002-04-27 Thread Jan Peuker
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 first line, I require a header(html,body,title etc.). Now, if a session

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 number of

[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

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

2002-04-23 Thread Jan Peuker
/wishlistclient.asp?wlid=664176742884 Jan Peuker [EMAIL PROTECTED] wrote in message 006c01c1eb07$28d79500$7ca990d4@toshiba">news:006c01c1eb07$28d79500$7ca990d4@toshiba... Hi List, I want to display large text fields if a user changes wants to, like a dictionary. for example, a php-

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

2002-04-19 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: zhaoxd