RE: [PHP] Review: Function that measures the width of a text stri ng in pixels.

2004-10-28 Thread Vail, Warren
27 PM To: Jacob Friis Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Review: Function that measures the width of a text string in pixels. On Fri, 2004-10-29 at 00:11 +0200, Jacob Friis wrote: > I have created a function that will measure the width of a text string > in pixels. It works ok. > I

Re: [PHP] Review: Function that measures the width of a text string in pixels.

2004-10-28 Thread Robby Russell
On Fri, 2004-10-29 at 00:11 +0200, Jacob Friis wrote: > I have created a function that will measure the width of a text string > in pixels. It works ok. > If you have optimizations, please let me know. > Thanks, > Jacob > > function txt_width ($txt) { > $width = 0; > $txt_len = strlen

[PHP] Review: Function that measures the width of a text string in pixels.

2004-10-28 Thread Jacob Friis
I have created a function that will measure the width of a text string in pixels. It works ok. If you have optimizations, please let me know. Thanks, Jacob function txt_width ($txt) { $width = 0; $txt_len = strlen($txt); for ($n = 1; $n <= $txt_len; $n++) {

[PHP] Re: PHP Review Site

2003-01-18 Thread Manuel Lemos
Hello, On 01/17/2003 11:40 PM, Stephen wrote: I was just wondering if there were any PHP review sites that review free and paid scripts? If so, where? If your script is in the form of a PHP class of objects, you may want to try uploading it to the PHP Classes site. You will not get explict

RE: [PHP] PHP Review Site

2003-01-17 Thread Timothy Hitchens \(HiTCHO\)
List Subject: [PHP] PHP Review Site Hello, I was just wondering if there were any PHP review sites that review free and paid scripts? If so, where? Thanks, Stephen Craton http://www.melchior.us "What's the point in appearance if your true love, doesn't care about it?" -- ht

[PHP] PHP Review Site

2003-01-17 Thread Stephen
Hello,   I was just wondering if there were any PHP review sites that review free and paid scripts? If so, where? Thanks,Stephen Cratonhttp://www.melchior.us   "What's the point in appearance if your true love, doesn't care about it?" -- http://www.melchior.us -- PHP

RE: [PHP] Review of PHP-based content management systems? (Nuke, et al)

2001-09-30 Thread Navid Yar
:44 PM To: [EMAIL PROTECTED] Subject: [PHP] Review of PHP-based content management systems? (Nuke, et al) Does anyone know of a good, solid review of the top 5 or so PHP-based content management systems? Or, at least which are considered the most popular/widely-used? I'm familiar with PHP

[PHP] Review of PHP-based content management systems? (Nuke, et al)

2001-09-30 Thread Kurt Lieber
Does anyone know of a good, solid review of the top 5 or so PHP-based content management systems? Or, at least which are considered the most popular/widely-used? I'm familiar with PHP-Nuke, but am looking for sites that review/compare other systems as well. --kurt -- PHP General Mailing List

[PHP] Review

2001-04-10 Thread Keyur Kalaria
Hello everybody, I recently developed this site : http://www.goodlookingindia.com . I am adding many more sections in it. Pl. let me know how can i improve the performance of this site. Your reviews will be very helpful to me. Thanks in advance. Keyur $$$ -- PHP General Mailing Li