Re: [PHP] Problems with a simple While-If condition

2002-11-26 Thread Bret L Conard
TED]> Sent: Tuesday, November 26, 2002 6:47 PM Subject: [PHP] Problems with a simple While-If condition This is the fact: I'm building a homepage that can access a mysql database, and display the records within a certain condition. Following this it is verified if the sql result was empty

[PHP] Problems with a simple While-If condition

2002-11-26 Thread Rodrigo de Oliveira
This is the fact: I'm building a homepage that can access a mysql database, and display the records within a certain condition. Following this it is verified if the sql result was empty then it should write a certain frase, if not it should write the records. I've got the worst part ok, the wh