php-windows Digest 3 Jul 2003 05:01:13 -0000 Issue 1806

Topics (messages 20657 through 20663):

MSSQL HELP
        20657 by: disko_kex
        20658 by: Nick H.

Help compiling custom php extensions
        20659 by: Adam Kinder

got linear algebra?
        20660 by: Edgar Hassler

Re: Making search functions (Search engine newbie)
        20661 by: Dan McFall

Re: Warning: mail(): SMTP server response: 550 Unable to relay
        20662 by: Leo G. Divingracia III

Re: php_ftp.dll
        20663 by: jsWalter

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 ---
In MySQL is easy to page with LIMIT but it doesnt work with MSSQL. So
how do I make it page in MSSQL?
 

--- End Message ---
--- Begin Message ---
It's not as easy with MSSQL, but the TOP syntax should work.

SELECT TOP 10 user,email FROM userdb WHERE user LIKE '%b%'


Regards,
Nick H.
Network Operations Center
[EMAIL PROTECTED]


----- Original Message -----
From: "disko_kex" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 02, 2003 12:20 PM
Subject: [PHP-WIN] MSSQL HELP


: In MySQL is easy to page with LIMIT but it doesnt work with MSSQL. So
: how do I make it page in MSSQL?
:
:



--- End Message ---
--- Begin Message --- Hello,

I've written a custom PHP extension on Windoze using Visual C++ 6.0.
I'm using the latest source, 4.3.2, and have the environment setup correctly.


When I compile however, the compiler cannot find strings.h. Ive searched my system, and I indeed don't have strings.h (duh), but I do have string.h in the VC98/include directory.
The part of the code causing the error is in php_config.h:
<pre>
#ifdef HAVE_STRING_H
# include <string.h>
#else
# include <strings.h>
#endif
</pre>


Where can I find strings.h, do I need to d/l a developer pack or something for Win32?

--
Adam Kinder
Project Director, WeHaveIssues.net
Lead Developer, Square Network
1-888-208-4981 www.square-network.com



--- End Message ---
--- Begin Message --- Hello everybody,
I'm looking for a linear algebra "package" for PHP. I've seen some classes on the websites for simple matrix arithmetic, but I'm looking for something along the lines of PDL for Perl.


Many thanks,
        Edgar Hassler


--- End Message ---
--- Begin Message ---
Try PHPMaker.

http://www.hkvstore.com/phpmaker/

Free trial and less than $30 US to  purchase.
It builds basic, advanced, or both searches into your pages
automatically
based on criteria you define.
Let it build some pages with basic and advanced search and then
examine the
code to see how it is done.

Builds add, edit, list and delete pages automatically.


Great product. Free trial and only $29US to purchase.
Highly recommended for anyone new to php or ASP(ASPMaker is also
available).

Dan



--- End Message ---
--- Begin Message --- php wrote:

I'm fairly new to php and I'm trying to setup mail functionality from php on
IIS 4.0. I keep getting this error. I have tried ever combination for the
SMTP settings in the php.ini file, but nothing seems to work.
I can send mail using CDONTS on this server, but using php I cannot
<?php
mail("[EMAIL PROTECTED]", "My Subject", "Some info")
?>



chances are that your smtp needs to authenticate the sender. you notice that the mail() function does not have a username and password parameters.

you will need use an smtp class that can authenticate. and you'll be fine.

try one of these:

http://www.phpclasses.org/search.html?words=smtp&go_search=1

--
Leo G. Divinagracia III
[EMAIL PROTECTED]

zzzzz



--- End Message ---
--- Begin Message ---
"Canadaka" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Me and a friend have been trying to make a php ftp client, it works fine
on
> *nix systems, but not on Windows. We looked at everything, until i finaly
> noticed that php 4.2.3 is missing in the php.ini the extension=php_ftp.dll
> line. The actualy file in the extensions dir is missing aswell.
>
> So where did it go? and where can i get it? can anyone send it too me? I
was
> unable to find one on google. Or is there a reason its gone?

Google found it here for me...

http://www.multimedia.uni-greifswald.de/~php4/

walter

I hope this helps and is what your looking for.

walter




--- End Message ---

Reply via email to