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
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
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++) {
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
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
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
: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
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
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
9 matches
Mail list logo