alrightt,
so I would like to accomplish something like this in PHP
if($row[$sport] == "yes")
for a SQL check. I would like the SQL column being checked to be based off of a link they click on so I don't have to type in 03948208 different sports there, it goes by what they click on
is this possible?
thanks!
so I would like to accomplish something like this in PHP
if($row[$sport] == "yes")
for a SQL check. I would like the SQL column being checked to be based off of a link they click on so I don't have to type in 03948208 different sports there, it goes by what they click on
is this possible?
thanks!