hi.
how many different tables are we talking about?
could you show us the structure of the tables?
if you are using myisam for the tables, you can use the built in full text
search feature (match ... against), or if you are not afraid of programming,
I would recommend solr or sphinx, but it can be
Right now, the only way readers can search for anything in the wood
botanical tree I have built is by botanical (scientific) names:
www.prowebcanada.com/taxa
Most people would wish to find woods and information about them by
their common names
or perhaps other search terms such as by cou
Hi,
My guess is that SQL team may be linking with VC9 required libraries statically
and you are not. It works because you have VC9 runtime on your machine.
Thanks,
Don.
-Original Message-
From: Richard Quadling [mailto:rquadl...@googlemail.com]
Sent: Thursday, April 29, 2010 8:16 AM
To
On 29 April 2010 15:16, Chris Aveni wrote:
> Richard, thanks so much for your expeditious help. Actually, the problem
> was that I had to move msql.dll to the root of the php dir. Not sure why as
> I have other servers running this same version, and the only thing in path
> is c:\php, not c:\php
Hi.
Compiling using VC9 Express Edition.
I'm ending up with a php_sqlsrv.dll of 88KB
The VC9 x86 nts version supplied by MS (php_sqlsrv_53_nts_vc9.dll) is 227KB.
If it had been just a few bytes, then OK, but to be over 40% smaller
is a significant difference.
Any ideas?
As far as I can tell,
On 28 April 2010 17:21, Richard Quadling wrote:
> On 28 April 2010 17:13, Chris wrote:
>> Pretty much the same exact thing.
>
> Excellent. So the library is loaded and working.
>
> What is the exact error are you getting? Is this on your machine or the
> server?
Anything?
--
-
Richard Qua
> Hello,
>
> i am writing a login script with php and mysql:
>
> while($dbbenutzer = mysql_fetch_row($sqlbenutzername))
> while($dbpasswort = mysql_fetch_row($sqlpasswort)){
>
>
>echo $dbbenutzer[$i];
>echo $dbpasswort[$j];
>if($benutzername == $dbbenutz
Hello,
i am writing a login script with php and mysql:
while($dbbenutzer = mysql_fetch_row($sqlbenutzername))
while($dbpasswort = mysql_fetch_row($sqlpasswort)){
echo $dbbenutzer[$i];
echo $dbpasswort[$j];
if($benutzername == $dbbenutzer and $pass == $dbpas