Re: [PHP] verify text in field

2009-02-26 Thread PJ
ql) ) { > echo("" . $row["title"] . ""); > } > } > > My Ideas my not make some people happy with my design but I use it and it > works very well > > > > -Original Message- > From: PJ [mailto:af.gour...@videotron.ca] > Sent: Th

Re: [PHP] verify text in field

2009-02-26 Thread Paul M Foster
On Thu, Feb 26, 2009 at 06:07:02PM -0500, PJ wrote: > Is there a shorter way of determining if a field contains text? > This works but I wonder if I can K.I.S.S. it? I really only need to know > if there is or is not a field containing the text specified. I don't > need to see it. > > // Reque

RE: [PHP] verify text in field

2009-02-26 Thread admin
uot;); } } My Ideas my not make some people happy with my design but I use it and it works very well -Original Message- From: PJ [mailto:af.gour...@videotron.ca] Sent: Thursday, February 26, 2009 5:07 PM To: php-general@lists.php.net Subject: [PHP] verify text in field Is there a sho

[PHP] verify text in field

2009-02-26 Thread PJ
Is there a shorter way of determining if a field contains text? This works but I wonder if I can K.I.S.S. it? I really only need to know if there is or is not a field containing the text specified. I don't need to see it. Error performing query: " . mysql_error() . ""); exit(); }