|  | 
|  | 
| 
			 
			#1  
			
			
			
			
			
		 | ||||
| 
 | ||||
|  Gender? [answered] 
			
			Being the PHP beginner that I am, I know I messed something up. I added a new column to the owned_adoptables table, Gender. I had only one pet on the system, and I edited the myadopt action stats so that it showed the gender too. I manually entered the gender via phpmyadmin, no big deal yet, because I have a problem which I encountered. It will display the gender, but this seems to totally lock out any new adoptables. xP How do I get around this? Also, if you know, how can I set it so on adoption it chooses either Female or Male (50/50 chance) and inserts it into the table? Thanks, Arianna [hr] EDIT: I managed to make it so the default is female, and so it inserts that in - however, I'm stuck on how I can insert a random chance which chooses either 'Male' or 'Female' for the gender field. | 
| 
			 
			#2  
			
			
			
			
			
		 | |||
| 
 | |||
|  RE: Gender? 
			
			You would need it to look for gender the same way it does for alts in the functions.. I realize you are new & trying.. but trust me on this one.. look closely at the functions page in the include foler.. find how it looks for alts & you will figure it out. :) I have faith :) Sea | 
| 
			 
			#3  
			
			
			
			
			
		 | ||||
| 
 | ||||
|  RE: Gender? 
			
			I found it out now :) My code was this, in the doadopt.php file: Code: //my gender mod
$tempgender = rand(0, 1);
if($tempgender == "0") {
$gender = "female";
unset($tempgender);
}
else {
$gender = "male";
unset($tempgender);
}Thank goodness my dad knows computer programming, even if he doesn't know PHP. x3 | 
| 
			 
			#4  
			
			
			
			
			
		 | |||
| 
 | |||
|  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. | 
| 
			 
			#5  
			
			
			
			
			
		 | ||||
| 
 | ||||
|  RE: Gender? [answered] 
			
			I've already solved it, but thanks. :)
		 | 
|  | 
| 
 | 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Mys v1.3.4 Gender Ratio Mod for Mys v1.3.4 | Hall of Famer | Mys v1.3.x Mods | 14 | 06-17-2020 07:20 PM | 
| Gender | superdude44 | Questions and Supports | 5 | 07-11-2013 01:17 AM | 
| different images for gender MA 1.3.3 | draugluin | Questions and Supports | 3 | 06-18-2013 01:30 AM | 
| Mys v1.3.1 Gender Ratio Mod for v1.3.1 | Hall of Famer | Mys v1.3.x Mods | 15 | 08-17-2012 03:25 AM | 
| What's New? | What's Hot? | What's Popular? |