Search found 1 match
- Sat Mar 04, 2006 4:53 pm
- Forum: PHP - Code
- Topic: Excluding a null feild?
- Replies: 2
- Views: 249
Excluding a null feild?
I am somewhat new to php I know some but not enough to do anything advanced. I have a line of code that I would like to ignore a feild if that feild is Null. Say for instance in this code the feild G_Rank has a null entry, I want it to be excluded from the results that are printed out. Sorry if this...