Re: [PHP-DB] SELECT problem between MySQL 3.23 and MySQL 4

2004-07-02 Thread John W. Holmes
Chris Payne wrote: > I'm using Booleans in my searches (New to it) but it works perfectly on my local 3.23 version of MySQL, but on the main server which uses version 4 of MySQL I get an error so there's an error in my Syntax. Here's what I currently use: [snip] LENGTH(REPLACE(LOWER(def),LOWER('

[PHP-DB] SELECT problem between MySQL 3.23 and MySQL 4

2004-07-01 Thread Chris Payne
Hi there everyone, I'm using Booleans in my searches (New to it) but it works perfectly on my local 3.23 version of MySQL, but on the main server which uses version 4 of MySQL I get an error so there's an error in my Syntax. Here's what I currently use: SELECT id, def, word, 0.2*( LENGTH

Re: [PHP-DB] SELECT problem

2003-01-17 Thread Larry E. Ullman
    Hello PHP world!!! i've just finisched installing Apache 1.3.27 with PHP4 and 1.4 in Windows 2000. I've installed all off the scripts that function all right in Linux Red Hat in Windows 2000, but when it comes to do a simple select to a table that does exist and the select is all right ther

Fw: [PHP-DB] SELECT problem

2003-01-16 Thread Wee Keat
- Original Message - From: Sabina A. Schneider To: Wee Keat (VisualDensity] Sent: 17 January, 2003 4:38 PM Subject: Re: [PHP-DB] SELECT problem Yes!!! Sorry!!! Here it is: $con=conectar(0,$s_conectado_ctr); /*Validacion de usuario*/ $sql="SELECT password FROM usuario_si

[PHP-DB] SELECT problem

2003-01-16 Thread Sabina A. Schneider
    Hello PHP world!!! i've just finisched installing Apache 1.3.27 with PHP4 and 1.4 in Windows 2000. I've installed all off the scripts that function all right in Linux Red Hat in Windows 2000, but when it comes to do a simple select to a table that does exist and the select is all right t

Re: [PHP-DB] SELECT problem

2001-02-23 Thread JJeffman
echo(""); HTH Jayme. -Mensagem Original- De: Julio Cuz, Jr. <[EMAIL PROTECTED]> Para: <[EMAIL PROTECTED]> Enviada em: quinta-feira, 22 de fevereiro de 2001 18:33 Assunto: [PHP-DB] SELECT problem > Hi-- > > What's wrong with this l

AW: [PHP-DB] SELECT problem (2)

2001-02-22 Thread Matthias Kopolt
An: [EMAIL PROTECTED] Betreff: [PHP-DB] SELECT problem (2) Hi-- Sorry, I forgot to finish the previous e-mail: What's wrong with this line? echo(""); I'm trying to RELOAD the current page with the new value of "$campus" after the user selects a campus fro

RE: [PHP-DB] SELECT problem (2)

2001-02-22 Thread Mark Newnham
You probably want this.options[this.selectedIndex].value > -Original Message- > From: Julio Cuz, Jr. [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 22, 2001 2:36 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] SELECT problem (2) > > > Hi-- > >

[PHP-DB] SELECT problem (2)

2001-02-22 Thread Julio Cuz, Jr.
Hi-- Sorry, I forgot to finish the previous e-mail: What's wrong with this line? echo(""); I'm trying to RELOAD the current page with the new value of "$campus" after the user selects a campus from a drop-down menu. But I can't get the "this.value" line to pass the value of "$campus" to the

[PHP-DB] SELECT problem

2001-02-22 Thread Julio Cuz, Jr.
Hi-- What's wrong with this line of code? echo(""); Julio Cuz, Jr. Riverside Community College [EMAIL PROTECTED]