View Single Post
  #4  
Old 11-18-2009, 11:35 PM
brisschris brisschris is offline
Member
 
Join Date: Nov 2009
Posts: 3
Credits: 250
brisschris
Default Gender? [answered]

Hello,

I am brisschris.This is my first visit to site.I am new to this site,but I’ve enjoyed posting in your forums.I know the PHP coding.You can use the functions.You can use this code.

$tempgender = rand(0, 1);
if($tempgender == "0")
{
$gender = "female";
unset($tempgender);
}
else
{
$gender = "male";
unset($tempgender);
}
This is the gender code.It is very help[ful to you.This is very best example.

Thank you very much and Stay connected with me.
Reply With Quote