Re: [PHP-WIN] Hoping to add a site search to my TAXA website

2010-04-29 Thread Ferenc Kovacs
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

[PHP-WIN] Hoping to add a site search to my TAXA website

2010-04-29 Thread Bill Mudry
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

RE: [PHP-WIN] Compiling PHP with MS SQL Server Driver for PHP support

2010-04-29 Thread Venkat Raman Don
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

Re: [PHP-WIN] Unable to load php_msql.dll

2010-04-29 Thread Richard Quadling
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

[PHP-WIN] Compiling PHP with MS SQL Server Driver for PHP support

2010-04-29 Thread Richard Quadling
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,

Re: [PHP-WIN] Unable to load php_msql.dll

2010-04-29 Thread Richard Quadling
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

Re: [PHP-WIN] MySQL database query passwort and username

2010-04-29 Thread Niel Archer
> 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

[PHP-WIN] MySQL database query passwort and username

2010-04-29 Thread Alexander Schunk
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