Re: [PHP] conditional statement inside while loop?

2005-09-02 Thread <;&lt; z a p a n >>
Murray, Miles, Cristea & Jim: Thanks a lot, I got it figured out. Peace, -z >> Hello everyone, >> >> I'm using a while loop to display a list of people contained in my >> database. >> I'd like to assign different font colors to each depending on which city >> they're from, but I can't seem to ge

[PHP] conditional statement inside while loop?

2005-09-01 Thread <;&lt; z a p a n >>
Hello everyone, I'm using a while loop to display a list of people contained in my database. I'd like to assign different font colors to each depending on which city they're from, but I can't seem to get an if/elseif/else statement to work inside the while loop. Is there another way to do this?

[PHP] ALLOW FILE UPLOADS...?

2005-08-12 Thread <;&lt; z a p a n >>
hello, sorry in advance if my question is naive.. i'm trying to allow file uploads. optimally i'd like to store these files (jpgs, mostly) directly to a folder in my httpdocs.. i've heard something about file uploads not being allowed if server is set to safemode.. not sure why but i've been ge