[PHP] Re: Stupid is as Stupid does

2009-02-28 Thread Frank Stanovcak
""Michael A. Peters"" wrote in message news:49a79416.6060...@mac.com... > As my web app is coming to completion, I added a means to search records > (different from site search). > > This involves reading post input and is many cases converting it to an > integer. > > Damn I feel dumb. > > The

[PHP] Re: Stupid is as Stupid does

2009-02-26 Thread Ondrej Kulaty
Use var_dump() to see contents of a variable. It will print something even if variable is empty or undefined. ""Michael A. Peters"" píse v diskusním príspevku news:49a79416.6060...@mac.com... > As my web app is coming to completion, I added a means to search records > (different from site sear