php-windows Digest 15 Nov 2001 00:22:07 -0000 Issue 854
Topics (messages 10393 through 10413):
Re: Regular expression
10393 by: _lallous
how to get php_gettext.dll work on windows2000 / iis5 server?
10394 by: Hace
10395 by: Phil Driscoll
10396 by: Johan Holst Nielsen
10399 by: Hace
FDF functions
10397 by: Mainolfi, Joe
10402 by: Alain Samoun
10405 by: Alain Samoun
Error: text/html Content-Length
10398 by: Markus Weber
10403 by: Ross Fleming
Re: [PHP-I18N] Re: [PHP-WIN] how to get php_gettext.dll work on windows2000 / iis5
server?
10400 by: Zak Greant
10404 by: Hace
PHP WINDOWS ERROR !!!
10401 by: Oiscx
PHP, MySQL and Windows XP
10406 by: Raoul Snyman
Re: PHP and Lotus Notes
10407 by: Frank M. Kromann
I need urgent problem help with php!
10408 by: Svensson, B.A.T. (HKG)
10409 by: Erik H. Mathy
10410 by: Angie Tollerson
10411 by: Asendorf, John
10412 by: Svensson, B.A.T. (HKG)
Speed of SQL queries, profiling?
10413 by: Arnout van der Kamp
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 ---
try that:
ereg("^[a-zA-Z]+")
"Priya Chanu" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hello Everyone ,
>
> I am a beginner with regular expression.
>
> I want a string to be on only alphabets both upper and
> lower case.
>
> So to check it i do the following:
>
> $vorname = "myname";
> if(ereg("([a-z])",$vorname,$name))
> {
> print "formerror=false";
> }
> else
> {
> print "formerror=TRUE";
> }
>
> i always get the messge "formerror=false" no matter if
> i replace the $vorname with something like
> "343dfsdfsdf".
>
> Can some one help me in advance.
>
> priya
>
>
> __________________________________________________
> Do You Yahoo!?
> Find a job, post your resume.
> http://careers.yahoo.com
--- End Message ---
--- Begin Message ---
Hi,
I'm trying to get the gettext-function to work on Windows2000 with
IIS5, so included the php_gettext.dll in php.ini (unmarked the ";").
I get the following error if I use the php_gettext.dll extension:
"PHP Warning: Unable to load dynamic library './php_gettext.dll' - The
specified module could not be found. in Unknown on line 0 "
I have placed the dll in the C:\winnt\system32\ directory and this is
ok for other included dll's (like php_mssql.dll), but supposedly not
for the php_gettext.dll?
I assume that the message "Unknown on line 0" means that the
php_gettext.dll 'needs' another dll to work??
Does anybody have any suggestions for me to get the 'gettext' function
to work?
Thanks in advance,
--
http://hace.dyndns.org/
Everything I say is my own opinion and not necessarily that of my employer.
--- End Message ---
--- Begin Message ---
On Wednesday 14 November 2001 11:47 am, Hace wrote:
> Hi,
>
> I'm trying to get the gettext-function to work on Windows2000 with
> IIS5, so included the php_gettext.dll in php.ini (unmarked the ";").
>
> I get the following error if I use the php_gettext.dll extension:
>
> "PHP Warning: Unable to load dynamic library './php_gettext.dll' - The
> specified module could not be found. in Unknown on line 0 "
>
> I have placed the dll in the C:\winnt\system32\ directory and this is
> ok for other included dll's (like php_mssql.dll), but supposedly not
> for the php_gettext.dll?
>
> I assume that the message "Unknown on line 0" means that the
> php_gettext.dll 'needs' another dll to work??
>
> Does anybody have any suggestions for me to get the 'gettext' function
> to work?
You have to put the extensions dlls in the directory you set extension_dir
to in php.ini.
--
Phil Driscoll
--- End Message ---
--- Begin Message ---
> I'm trying to get the gettext-function to work on Windows2000 with
> IIS5, so included the php_gettext.dll in php.ini (unmarked the ";").
>
> I get the following error if I use the php_gettext.dll extension:
>
> "PHP Warning: Unable to load dynamic library './php_gettext.dll' - The
> specified module could not be found. in Unknown on line 0 "
>
> I have placed the dll in the C:\winnt\system32\ directory and this is
> ok for other included dll's (like php_mssql.dll), but supposedly not
> for the php_gettext.dll?
>
> I assume that the message "Unknown on line 0" means that the
> php_gettext.dll 'needs' another dll to work??
>
> Does anybody have any suggestions for me to get the 'gettext' function
> to work?
Remember that you also need gnu_gettext.dll
http://www.php.net/manual/en/install.windows.php#install.windows.extensions
Regards,
Johan
--- End Message ---
--- Begin Message ---
On Wed, 14 Nov 2001 11:47:35 +0000, [EMAIL PROTECTED] (Phil
Driscoll) wrote:
>> Does anybody have any suggestions for me to get the 'gettext' function
>> to work?
>
>You have to put the extensions dlls in the directory you set extension_dir
>to in php.ini.
I did that already.
I have now found out that the gnu_gettext.dll was needed as well: so
the call to the gettext function now works.
However: Can someone explain to me how to create *.po files in
windows? I have tried poEdit, with which I can create a *.po file, but
I'm not sure how to add entries..
I can add entries to the *.po file using a simple text-editor like
notepad though. However: how should gettext be able to 'know' where
the *.po file is resided?
Anybody got any hints? (the gnu-gettext documentation seems to be very
unix based....)
Thanks in advance,
--
http://hace.dyndns.org/
Everything I say is my own opinion and not necessarily that of my employer.
--- End Message ---
--- Begin Message ---
I have a PDF form that submits to a url and is supposed to grab the input
data and put it into variables so that I can use it on that page, but when I
call any of the FDF functions this is what I get:
Warning: Could not open fdf document: test.fdf in
c:\inetpub\wwwroot\fdf\index.php on line 12
Warning: Supplied argument is not a valid fdf resource in
c:\inetpub\wwwroot\fdf\index.php on line 13
The name field has the value ''
Warning: Could not open fdf document: test.fdf in
c:\inetpub\wwwroot\fdf\index.php on line 16
Warning: Supplied argument is not a valid fdf resource in
c:\inetpub\wwwroot\fdf\index.php on line 17
The date field has the value ''
Warning: Supplied argument is not a valid fdf resource in
c:\inetpub\wwwroot\fdf\index.php on line 20
Is this a coding issue or a config problem with my .ini file, are my dlls
loaded correctly, will provide .ini and code if needed. Any help
appreciated
Thank
__________________________________________________
Joseph D. Mainolfi Jr.
--- End Message ---
--- Begin Message ---
Can you post your script, so we can have a look at it?
A+
Alain
On Wed, Nov 14, 2001 at 08:21:41AM -0500, Mainolfi, Joe wrote:
> I have a PDF form that submits to a url and is supposed to grab the input
> data and put it into variables so that I can use it on that page, but when I
> call any of the FDF functions this is what I get:
>
> Warning: Could not open fdf document: test.fdf in
> c:\inetpub\wwwroot\fdf\index.php on line 12
>
> Warning: Supplied argument is not a valid fdf resource in
> c:\inetpub\wwwroot\fdf\index.php on line 13
> The name field has the value ''
>
> Warning: Could not open fdf document: test.fdf in
> c:\inetpub\wwwroot\fdf\index.php on line 16
>
> Warning: Supplied argument is not a valid fdf resource in
> c:\inetpub\wwwroot\fdf\index.php on line 17
> The date field has the value ''
>
> Warning: Supplied argument is not a valid fdf resource in
> c:\inetpub\wwwroot\fdf\index.php on line 20
>
> Is this a coding issue or a config problem with my .ini file, are my dlls
> loaded correctly, will provide .ini and code if needed. Any help
> appreciated
>
> Thank
> __________________________________________________
> Joseph D. Mainolfi Jr.
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
You need the FDF Toolkit.
A+
Alain
-----Original Message-----
From: Mainolfi, Joe [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 14, 2001 8:54 AM
To: 'Alain Samoun'
Subject: RE: [PHP-WIN] FDF functions
i have the fdf toolkit enabled, but i don't know if it is configured
correctly
__________________________________________________
Joseph D. Mainolfi Jr.
IT Specialist
American Bridge Company
1000 American Bridge Way
Coraopolis, PA 15108
(412) 631-1018 phone
(412) 631-2000 fax
[EMAIL PROTECTED]
http://www.americanbridge.net
-----Original Message-----
From: Alain Samoun [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 14, 2001 11:50 AM
To: Mainolfi, Joe
Cc: 'PHP-WIN'
Subject: Re: [PHP-WIN] FDF functions
Can you post your script, so we can have a look at it?
A+
Alain
On Wed, Nov 14, 2001 at 08:21:41AM -0500, Mainolfi, Joe wrote:
> I have a PDF form that submits to a url and is supposed to grab the input
> data and put it into variables so that I can use it on that page, but when
I
> call any of the FDF functions this is what I get:
>
> Warning: Could not open fdf document: test.fdf in
> c:\inetpub\wwwroot\fdf\index.php on line 12
>
> Warning: Supplied argument is not a valid fdf resource in
> c:\inetpub\wwwroot\fdf\index.php on line 13
> The name field has the value ''
>
> Warning: Could not open fdf document: test.fdf in
> c:\inetpub\wwwroot\fdf\index.php on line 16
>
> Warning: Supplied argument is not a valid fdf resource in
> c:\inetpub\wwwroot\fdf\index.php on line 17
> The date field has the value ''
>
> Warning: Supplied argument is not a valid fdf resource in
> c:\inetpub\wwwroot\fdf\index.php on line 20
>
> Is this a coding issue or a config problem with my .ini file, are my dlls
> loaded correctly, will provide .ini and code if needed. Any help
> appreciated
>
> Thank
> __________________________________________________
> Joseph D. Mainolfi Jr.
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Hi,
does anybody know whtat this error message mean ?
HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.0 Date: Wed, 14 Nov 2001
08:49:34 GMT Content-Type: text/html Content-Length: 44 -2147417842
(0x8001010e)
In my script I used the HEREDOC syntax:
echo <<<BLOCK_A
(html tags)...
BLOCK_A;
bye,
markus
--- End Message ---
--- Begin Message ---
It means you've got "friendly" error messages turned off in Internet
Explorer (assuming you're using that). You've got a 500 error, which
helpfully means "internal server error". Can't really be of much more help
than that unless we see the code. At least one example of why it might be
doing that would be returning headers from PHP when running it as a CGI
script.
Send us your code and we might be able to help
Ross
-----Original Message-----
From: Markus Weber [mailto:[EMAIL PROTECTED]]
Sent: 14 November 2001 14:08
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Error: text/html Content-Length
Hi,
does anybody know whtat this error message mean ?
HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.0 Date: Wed, 14 Nov 2001
08:49:34 GMT Content-Type: text/html Content-Length: 44 -2147417842
(0x8001010e)
In my script I used the HEREDOC syntax:
echo <<<BLOCK_A
(html tags)...
BLOCK_A;
bye,
markus
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
On November 14, 2001 08:07 am, Hace wrote:
> On Wed, 14 Nov 2001 11:47:35 +0000, [EMAIL PROTECTED] (Phil
>
> Driscoll) wrote:
> >> Does anybody have any suggestions for me to get the 'gettext'
> >> function to work?
> >
> >You have to put the extensions dlls in the directory you set
> > extension_dir to in php.ini.
>
> I did that already.
>
> I have now found out that the gnu_gettext.dll was needed as well: so
> the call to the gettext function now works.
>
> However: Can someone explain to me how to create *.po files in
> windows? I have tried poEdit, with which I can create a *.po file,
> but I'm not sure how to add entries..
> I can add entries to the *.po file using a simple text-editor like
> notepad though. However: how should gettext be able to 'know' where
> the *.po file is resided?
>
> Anybody got any hints? (the gnu-gettext documentation seems to be
> very unix based....)
Drop by http://www.php-er.com and take a look at the chapter on
gettext.
I have written a complete overview of using gettext with PHP. It is
also Unix-centric, but it is easier to understand than the gettext
docs. : )
--
Zak Greant
PHP Quality Assurance Team
http://qa.php.net/
"We must be the change we wish to see." - M. K. Ghandi
--- End Message ---
--- Begin Message ---
Zak Greant schreef:
>Drop by http://www.php-er.com and take a look at the chapter on
>gettext.
>
>I have written a complete overview of using gettext with PHP. It is
>also Unix-centric, but it is easier to understand than the gettext
>docs. : )
Thanks, your page at
http://www.php-er.com/chapters/Gettext_Functions.html
was very helpfull!
You pointed me in the right direction of building the .mo file from a
.po file.
"msgfmt -o output_file.mo input_file.po"
This worked. So now I've got the mo file.
Question: on your site you tell me:
5. Create a directory to store the tranlations.
Where should I create that directory? Because I think my
gettext-function still does not work because the "*.mo" file is not
found, even if I added:
==
// Bind a domain to directory
// Gettext uses domains to know what directories to
// search for translations to messages passed to gettext
bindtextdomain ('greetings', './translations');
textdomain ('greetings');
===
changing the above to:
bindtextdomain ('greetings', '.\translations');
did not work (backslash for windows instead of forward slash).
I guess I can work it out by providing the full pathname but that's
not what I want..
I'll get back when it works :)
Thanks,
I've also placed the .mo file in the following directory:
\inetpub\
Now I only got one problem with PHP+Windows:
--
http://hace.dyndns.org
--- End Message ---
--- Begin Message ---
I'm trying to post an email with an attachment with the following function:
function sendmsg($to, $subject, $text, $from, $file, $type) {
$content = fread(fopen($file,"r"),filesize($file));
$content = chunk_split(base64_encode($content));
$uid = strtoupper(md5(uniqid(time())));
$name = basename($file);
$header = "From: $from\nReply-To: $from\n";
$header .= "MIME-Version: 1.0\n";
$header .= "Content-Type: multipart/mixed; boundary=$uid\n";
$header .= "--$uid\n";
$header .= "Content-Type: text/plain\n";
$header .= "Content-Transfer-Encoding: 8bit\n\n";
$header .= "$text\n";
$header .= "--$uid\n";
$header .= "Content-Type: $type; name=\"$name\"\n";
$header .= "Content-Transfer-Encoding: base64\n";
$header .= "Content-Disposition: attachment; filename=\"$name\"\n\n";
$header .= "$content\n";
$header .= "--$uid--";
if (mail($to, $subject, "", $header)) {
return true;
}
}
it is giving me THIS ERROR ATTACHED TO THIS POST.
PS: It just happen under Windows Plataform, under linux is everything
right...
Tkz... Oiscx
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.295 / Virus Database: 159 - Release Date: 1/11/2001
begin 666 error.JPG
M_]C_X `02D9)1@`!`0$`8 !@``#_VP!#``@&!@<&!0@'!P<)"0@*#!0-# L+
M#!D2$P\4'1H?'AT:'!P@)"XG("(L(QP<*#<I+# Q-#0T'R<Y/3@R/"XS-#+_
MVP!#`0D)"0P+#!@-#1@R(1PA,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R
M,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C+_P `1" "6`D(#`2(``A$!`Q$!_\0`
M'P```04!`0$!`0$```````````$"`P0%!@<("0H+_\0`M1 ``@$#`P($`P4%
M! 0```%]`0(#``01!1(A,4$&$U%A!R)Q%#*!D:$((T*QP152T? D,V)R@@D*
M%A<8&1HE)B<H*2HT-38W.#DZ0T1%1D=(24I35%565UA96F-D969G:&EJ<W1U
M=G=X>7J#A(6&AXB)BI*3E)66EYB9FJ*CI*6FIZBIJK*SM+6VM[BYNL+#Q,7&
MQ\C)RM+3U-76U]C9VN'BX^3EYN?HZ>KQ\O/T]?;W^/GZ_\0`'P$``P$!`0$!
M`0$!`0````````$"`P0%!@<("0H+_\0`M1$``@$"! 0#! <%! 0``0)W``$"
M`Q$$!2$Q!A)!40=A<1,B,H$(%$*1H;'!"2,S4O 58G+1"A8D-.$E\1<8&1HF
M)R@I*[EMAIL PROTECTED]$149'2$E*4U155E=865IC9&5F9VAI:G-T=79W>'EZ@H.$
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
M[ZHY((I7B>2)'>%M\;,H)1L%<CT.&89]"1WHN!S^MVTUEH^DV@GU.>[EMAIL PROTECTED]
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
-HHH`****`"BBB@#_V0``
`
end
--- End Message ---
--- Begin Message ---
Hi,
I'm running PHP on Windows XP, which in itself is fine. I'm running php
through a program called BadBlue, which simulates a web site server for one
directory on your hdd, and that is also fine. I've also set up a database
using WinMySQLAdmin. Now how do i connect php to mysql? Or how else do i run
php on my computer? What do i use?
Thanks in advance,
Raoul Snyman
--- End Message ---
--- Begin Message ---
Hi,
LDAP is one way and it requires that LDAP is enabled on the Notes server. There is
also a notes extension for php where you can read and write to all notes bases.
There is no documentation on this extension at this point.
- Frank
> > Is there a way to have a PHP script display a Lotus Notes
> > database such as the address book?
>
> I think (but I could be wrong on this) that you can use LDAP functions
> to access a Lotus Notes address book. For more information try searching
> for 'ldap' on http://php.net.
>
> For example, to search for people called 'Smith' on server
> 'lotus1.domain.com', return their full name and mail and dump the
> results to the page so you can see what you got:
> <?php
> $connection = ldap_connect('lotus1.domain.com');
> $bind = ldap_bind($connection);
> $search = ldap_search($ldap, '', 'cn=*smith*', array('cn', 'mail'));
> $results_array = ldap_get_entries($connection, $search);
> ldap_close($connection);
> echo '<pre>';
> print_r($results_array);
> echo '</pre>';
> ?>
>
> HTH,
> D.
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
>
--- End Message ---
--- Begin Message ---
Hi,
I have absolutely no problems at all with php.
I have tried not to read the manual, but that
does not help either. What is wrong?
Can someone please help me?
/Anders
--- End Message ---
--- Begin Message ---
> I have absolutely no problems at all with php.
> I have tried not to read the manual, but that
> does not help either. What is wrong?
Hahahahaha!
> Can someone please help me?
Well, go ahead and install a bunch of MS service packs in reverse order.
Then randomly mess with your NTFS settings.
That still won't get you any problems with PHP itself, but it'll keep you
busy as you re-install Windows from scratch! :)
- Erik
--- End Message ---
--- Begin Message ---
No, no, no..see the best way to get php to work is a little command called fdsik /mbr
that's what you need .....
*Attention..please do not try this at home kids
>>> "Erik H. Mathy" <[EMAIL PROTECTED]> 11/14/01 03:52PM >>>
> I have absolutely no problems at all with php.
> I have tried not to read the manual, but that
> does not help either. What is wrong?
Hahahahaha!
> Can someone please help me?
Well, go ahead and install a bunch of MS service packs in reverse order.
Then randomly mess with your NTFS settings.
That still won't get you any problems with PHP itself, but it'll keep you
busy as you re-install Windows from scratch! :)
- Erik
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Reading the manual is for the weak. Call M$ tech support and pay them
$600/hour for them to help you continue keeping your system broken. If your
system isn't broken when you call, it will be after you have paid them
$3000. Or none of your money back!
---------------------
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Nullum magnum ingenium sine mixtura dementiae fuit
> -----Original Message-----
> From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 14, 2001 4:47 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] I need urgent problem help with php!
>
>
> Hi,
>
> I have absolutely no problems at all with php.
> I have tried not to read the manual, but that
> does not help either. What is wrong?
>
> Can someone please help me?
>
> /Anders
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
>
--- End Message ---
--- Begin Message ---
>> I have absolutely no problems at all with php.
>> I have tried not to read the manual, but that
>> does not help either. What is wrong?
>
>Hahahahaha!
>
>> Can someone please help me?
>
>Well, go ahead and install a bunch of MS service packs in reverse order.
>Then randomly mess with your NTFS settings.
I also tried to configure ODBC only to use named pipes,
and the database server to reject any thing else than
TCP/IP connection. But somehow php seams to be able to
circumvent this and connect to the database anyway.
I must be doing something wrong, since it still works.
I have avoided to read any documentation at all on how to
use the ODBC tool. After been pressing randomly chosen
button I pressed the cancel button. But php works just
fine, so I tried once to press the finish button to,
but it still does works!!!
I do not understand this. I really need help with this guys.
>That still won't get you any problems with PHP itself, but
>it'll keep you busy as you re-install Windows from scratch! :)
I been thinking of installing the latest security patches from
Microsoft without bothering to check what the security patch
will disable, maybe that can help me?
--- End Message ---
--- Begin Message ---
I've written some code to extract a database from SQL. I'm doing about 10
queries times 60.000 or so. It's quite slow. 8 hours in total (estimated
time left).
Now I would like to know where all of my execution time is going, so I was
wondering if it's easy to do some profiling on esp. the SQL queries as I
think there is where my time is going. Is there some sort of
sql_query_time() routine. Or something similar? I'm quite new to SQL and
even PHP so I'm don't know where to look either.
--
Later
Arnout http://www.supras.nl
"Life is too short to drive an opel"
--- End Message ---