Jump to content

Two if statements


Canman2005

Recommended Posts

Hi all

Is there a way to do two if statements? Currently I use

[code]<? if ("".$_POST['gender']."" == 'male') { print "male"; }?>[/code]

Can a sql statement be written to something like below

[code]<? if ("".$_POST['gender']."" == 'male' & "".$_POST['age']."" == '11') { print "male"; }?>[/code]

So as well as checking the gender, I can also check the age?

Thanks in advance

Ed
Link to comment
https://forums.phpfreaks.com/topic/4898-two-if-statements/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.