Hello. I'm pretty new to this whole PHP thing, so I have a question. I want to make a script that displays ONLY the 1 field from a row (SELECT field from ROW), but only if the row has a validation id of 'yes'. I have auto-incremented ids. So generally, if the field 'validation' has a value of 'no', the data will not be displayed. Can someone tell me how I can structure an 'if' for this?
Thanks.
if's and mysql
Moderator: General Moderators
- evilmonkey
- Forum Regular
- Posts: 823
- Joined: Sun Oct 06, 2002 1:24 pm
- Location: Toronto, Canada
- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact:
- evilmonkey
- Forum Regular
- Posts: 823
- Joined: Sun Oct 06, 2002 1:24 pm
- Location: Toronto, Canada
- evilmonkey
- Forum Regular
- Posts: 823
- Joined: Sun Oct 06, 2002 1:24 pm
- Location: Toronto, Canada