php-windows Digest 21 Dec 2002 21:36:53 -0000 Issue 1497

Topics (messages 17502 through 17503):

Re: 2 dimension Array...
        17502 by: Sjon

where is php_gettext??
        17503 by: Kyle Bisignani

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
printf('<input type="text" name="teamName[%s]" value="%s">',
    $team, $outputstring[$team][1]);

even more easier to read, xhtml complient, and better to maintain...
if $team is always a number, you could change the teamName[%s] to
teamName[%d], but that's just being picky... :)

Sjon.
--- End Message ---
--- Begin Message ---
Okay, so I am new, I'll admit it.  But I have stumbled across something that
I don't think is right.  I am trying to use php on a windows xp machine
(yes, with SP1).  For the most part, everything works.  Going into the
C:\WINDOWS\php.ini file, I was uncommenting some extensions, saving the
file, and then restarting Apache.  Everything works except for
php_gettext.dll.  For some reason, I always get this error message:

Warning
Unable to load dynamic library 'd:\php\extensions/php_gettext.dll' - The
specifies module could not be found.

I have noticed that other extensions have similar problems, but not all.
Mcrypt is another one.  But some like imap and ldap work fine.  So what is
wrong exactly?
Thank you for any help,
    ~Kyle Bisignani

If you would like to see my php info screen, go here:
http://mps.njdevils.info:88/test.php


--- End Message ---

Reply via email to